I've removed my project from source control and the TFS symbols don't appear in VS anymore. However, in Windows Explorer there are still signs of TFS. I want to completely un-recognize this project for TFS.
I already deleted the team and the project in the TFS management portal but those symbols (see bellow) still appear.
Here's is what it looks in Win Explorer like:
This is most likely caused by the local workspace cache for that machine. You can reset the cache with the following command (this might not be necessary):
tf workspaces /remove:*
And then repopulate it with:
tf workspaces /s:http://tfsservername:8080/tfs/Collection
Further info: http://blogs.msdn.com/b/buckh/archive/2006/09/12/path-is-already-mapped-in-workspace.aspx
And documentation for the workspaces command: http://msdn.microsoft.com/en-us/library/54dkh0y3.aspx