错误消息 error MSB8020 明确指出Visual Studio找不到指定版本(v142)的构建工具。这通常意味着你的项目中设置的平台工具集与你的Visual Studio安装不匹配。 2. 检查Visual Studio版本与构建工具是否匹配 首先,确认你的Visual Studio版本是否支持v142平台工具集。v142通常与Visual Studio 2019及更高版本相关联。 打开Vi...
错误1 error MSB8020: The build tools for v142 (Platform Toolset = 'v142') cannot be found. To build using the v142 build tools, please install v142 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, ...
解决方法如下: 项目-->属性--->常规-->平台工具集--->选择 Visual Studio 2017 (v141)确定,就OK
提醒对应的v142未安装(v142为vs2019的工具集),在属性配置里面选择vs2017即可。 image.png 重新定向项目即可。
vcxproj,在这里将<PlatformToolset>v120</PlatformToolset>更改为<PlatformToolset>v142</PlatformToolset>...
VCPKG failed to build due to error MSB8020: The build tools for v142 (Platform Toolset = 'v142') cannot be found with MSVC on windows. It can be first reproduced on master branch f3db66b reversion. Could you please help look at this? Tha...
Ps:如果报错提示“无法找到v142的生成工具(平台工具集 =“v142”)”或“无法找到xxxx的生成工具(平台工具集=“xxxx”)”,可以把“v142”替换掉,替换为相对应的平台工具集(以此类推,替换内容根据自身情况来决定),替换成功后点击保存。 切换回Visual Studio,会弹出以下提示,我们选择“全部重新加载”。
Look for Compilers, build tools, and runtimes, then select all sub-items where you see v142. And reinstall the WDK with our company’s IT help. Installing WDK with my run as admin will not work due to IT’s network protection architecture including anti virus, firewall, an...
WinDbg:功能强大的调试器。 rc.exe:资源编译器。 mc.exe:消息编译器。 bind.exe:绑定DLL,将DLL...
VS2017:提示“Error MSB8020 The build tools for v142 (Platform Toolset = 'v142') cannot be found. 。。。”错误解决办法 从微软官网上下载的实例在VS2017下重新编译出现如下错误: 解决方法如下: 项目-->属性--->常规-->平台工具集--->选择 Visual Studio 2017 (v141)确定,就OK...