I have recently created a new Project and Checked into our Development branch(TFS) from visual studio but when my team mates tried to get the latest version or map the branch to their local , the newly added project does not appear .
But everybody is able to see the folder containing the new project in the Source controller explorer but not in Solution Explorer
Issue is , the newly added project doesn't appear , appreciate your help .
I agree with Jim, according to your description, the project was not added to the solution. So you can see the project file in source control explorer but cannot display in Solution Explorer.
You have to add the project to the solution. In Solution Explorer , Right-click on the solution >> Add >> Existing Prject >> Select the project to add, then check in the changes.
If that still not work, just try to create a new project from Solution Explorer and check in the changes: Right-click on the solution >> Add >> New Prject
Thus, the project will be retrieved with the solution.
You have to add the project to the solution. Right-click on the solution, and add the project.