Phil
Phil

Reputation: 627

Visual Studio 2017's Projects folder has the project name folder and its sln file, but why are these not in its regular project folder?

I'm wondering if the setting got changed somehow. I'm not sure how to fix this.

In

Documents\Visual Studio 2017\Projects

there is the Project name folder and its .sln file. If I create a second project, this starts getting messy. On top of that, while compiling, the Debug/x64 folder is created and is placed in

Visual Studio 2017\Projects folder

Shouldn't there be a folder like this...

Documents\Visual Studio 2017\Projects\My Project

which contains

\My Project folder\

\My Project.sln

\Debug\

...

Upvotes: 1

Views: 214

Answers (1)

Alexan
Alexan

Reputation: 8637

Did you check Create Directory for solution when you create new project? enter image description here

Upvotes: 1

Related Questions