遇到此问题 可能是因为你的 解决方案文件 没有正确与 tfs服务器绑定导致的
解决方式是: 在打开任意一个源码文件的时候,打开 vs2013的 文件>>
Go to File->Source Control->Change Source Control.
(in Visual Studio 2012/2013 it's File->Source Control->Advanced->Change Source Control)
Look for the "Solution: your solution name" and if it's not bound it will say "no server". Click on it and then click "Bind" from the toolbar.
参考网址:http://stackoverflow.com/questions/32968423/vs-2013-cant-add-existing-project-to-tfs-source-control
如果还是不行,那么还可以尝试
1.VS2013>>文件>>源代码管理>>高级>>更改源代码管理>>找到 那些显示无效的项目(也就是你新添加的现有项目)>>取消绑定>>确定
2.选中新添加的项目>>右键>>源代码管理>>将选中的项目添加到源代码管理
3.签入 即可