Let's understand the problem:
For our ASP.NET project using Visual Studio 2013 premium on a Windows 7 x64
On developer A's machine:
- We've got a
TFS
setup - We added a new file A in the project
- We
checked-in
the newly created file in the TFS source control
On developer B's machine:
- We've got the same
TFS
setup - We forcefully took the latest (by specific option - overwrite option) version
- File A gets loaded in the project, however it stays excluded
- Developer B manually includes the file in the project
The files are well included and that is our concern. Why files which're included are getting excluded on other devs' machines?
The newly added files gets loaded on dev B's machine however they doesn't show up in the solution tree. We've to manually include them in the project after show all files
There's only one mapping on each dev's machine. The code is going to locally mapped workspace only
We've a little big team, so for every developer. It happens every time we take the latest version.
How do we suppress this behaviour? Is there a setting as such?
We've tried searching the web, couldn't find a solution.