Visual Studio 2010: Solution Explorer not showing project directory structure

30.4k Views Asked by At

I'm using a new install of MS Visual Studio 2010 and cannot seem to get the Solution Explorer to show the project directory structure (instead of a just list of all files in the project for each project in the solution). There is no "show all files" button.

Any ideas on where I might find the option?

4

There are 4 best solutions below

1
On BEST ANSWER

Here is how I resolved it:

There is no way to do this for the entire solution. You have to select each individual project in the Solution Explorer and click the Show All Files icon for each one, and then the folder structure shown will be that of your directory structure.

1
On

Try with this shortcut:

CTRL + ALT + L

You can also access View and select Solution Explorer

0
On

You must add a project to your solution , in your visual studio first go to:

File --> New Project --> Choose your Project type

and in the bottom of new project window there is a solution option, change it from "Create new solution" to "Add to solution".

After that your solution explorer expanded and solution node will be added to solution explorer.

1
On

Please refer the following ULR and perform action based on the setps.

Refere Here and its working for me