遇到此問題 可能是因為你的 解決方案文件 沒有正確與 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.簽入 即可
