Visual Studio 2015 有旧版本的 TFPT,无法解析工作区

Visual Studio 2015 has old version of TFPT which is unable to resolve workspaces

如果我打开 VS2015 开发人员命令提示符 和 运行 命令

cd /d [local path to branch mapping]
tf workfold

它在我的工作区中正确显示了 TFS 映射。但是当我尝试使用 TFPT 时,它一直在说 "Unable to determine the workspace"

此外,运行没有参数的 ning tfpt 显示它是 2013 版本,即使我使用的是 2015。并且安装 Update 3 到 VS2015 并没有改变任何东西!

我该如何解决这个问题?自从我的计算机被 IT 升级(阅读:更换)以来,我一直不得不跨分支机构和 undo redundant changes 手动迁移 shelfsets。

根据 BFoust 对问题 How does TFPT.exe find what workspace to work in? 的回答,我的解决方案是打开 VS 2013 并将其连接到 TFS 服务器,因为它以前从未在我的(新)计算机上使用过。