Solution Explorer doesnt show the folder although the folder is present in my local drive (local copy) Visual studio

Ayesha picture Ayesha · Oct 30, 2015 · Viewed 29.6k times · Source

I have copied the source code from source control explorer to my local drive. the mapping is done and i am able to work on the code and build it. However, there are some files which doesnot show up in the Solution Explorer although it shows in the local copy of drive.

I tried to refresh it and i cannot get the correct folder structure in solution explorer. Any advice how to get it ??

Answer

Spiderix picture Spiderix · Oct 30, 2015

To see other files in the solution explorer click the "Show All Files" button as shown in the image below. This will allow you to see all the files in your project folder.

enter image description here

Right-click in each file you want to add and select "Include in project"

I hope this can help you.