Doug Hauf
Doug Hauf

Reputation: 3223

Why does my Visual Studio not show a solution in the Solution Explorer?

I am new to Visual Studio. I have been working on some training videos and when I create an console application I see the console application name but no solution example. How can I create the solution so that I can add multiple projects underneath the solution.

Screen Shot: (Screen Shot from my Visual Studio)

enter image description here

Screen Shot: (Screen Shot from the instruction WebSite)

enter image description here

I need my Visual Studio to look like this.

Question: Why is my Visual Studio not producing a solution?

Created a project: Console Application and there is not solution. Is this a toggle switch some places.

enter image description here

Upvotes: 1

Views: 1444

Answers (1)

Yuval Itzchakov
Yuval Itzchakov

Reputation: 149626

Create a new solution by going to File -> New -> Project:

File -> New

Then choose the type of project you want:

Choose Project Type

Solution with new project appears:

Solution with new project

Upvotes: 1

Related Questions