VS2015工程部署問題解決

sjx_5937681發表於2017-12-06
1.安裝VS2015時如果選擇“預設安裝功能”可能出現開啟Demo時,找不到檔案或專案已被解除安裝的問題:
解決方法:注意首次啟動時vs報“C++基礎類庫未安裝”,應立即更新處理,或者專案名稱右鍵會看到這一項進行處理。


2.VS2015編譯報MS8020錯誤(新裝的VS2015,除錯舊的程式碼報錯),資訊如下:
MSB8020    The build tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, please install v120 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".    Gtk-sfr-Demo    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets    57    


解決方法:選單上“專案”——Demo屬性——平臺工具集 改為VS2015支援的即可: Visual Studio 2015 (v140)

相關文章