Visual Studio 2010 File-> New-> Project Grayed Out

I created a Win32 Project solution.

Then I clicked on File-> New-> Project and created a new Win32 project, but added the project to the current solution so that I could see both projects in the solution explorer. (Because Visual Studio can only display one solution at a time, as I was told).

Now I am trying to create a third project to solve, but when I go to File-> New-> Project, this option is completely unavailable.

What happened here? And how to solve it? I want to be able to have many projects in Solution Explorer, and I tried to do this by adding projects to the current solution.

+4
source share
1 answer

I was in debug mode (i.e., launched my program). Therefore, the new project was not available. To fix the problem, just exit debug mode (Shift + F5)

+5
source

Source: https://habr.com/ru/post/1499262/


All Articles