我下載並註冊了Microsoft Visual Studio 2012 Express for Desktop,並編寫了一個非常簡單的C++ HelloWorld樣式程序,以查看是否一切正常。果然,我得到錯誤:Visual Studio Express 2012 tracker.exe丟失
Error 1 error : Required file "tracker.exe" is missing. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets 249 5 Test
的代碼是從字面上只是:
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
std::cout<<"Hello";
}
任何幫助將非常感激。谷歌搜索沒有多大幫助。我唯一發現的是,它可能是由於VS使用的「跟蹤器」是32位跟蹤器,而不是64位跟蹤器。我不知道跟蹤器是什麼,我無法選擇要下載VS的系統。我在64位版本的Windows 8上運行它。 謝謝!
〜Carpetfizz
[Visual Studio 2012 - 所需文件「tracker.exe」丟失]的可能重複(http://stackoverflow.com/questions/13422178/visual-studio-2012-required-file-tracker-exe-is-缺失) –
這些建議都無效 – Carpetfizz