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

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. Right-click in each file you want to add and select “Include in project” I hope this can help you.

TFS: Search for a file by name in source control

If you are using Visual Studio 2010 Right click on your collection or team project Select ‘Find in source control’ Then select ‘status’ or ‘wildcard’ You can search for your files there The following will list all the items in your repository without checking them out tf Dir command tf dir /recursive $/ you can … Read more