error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found

    xiaoxiao2022-07-12  154

    错误提醒

    错误 1 error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = ‘v100’) cannot be found. To build using the v100 build tools, please install Visual Studio 2010 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 “Upgrade Solution…”. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets 64 5 SimulationTrial

    错误原因

    打开的文件是VS2010版本写的,我用的是VS2013

    解决方法

    最新回复(0)