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.
source share