找不到 Visual Studio 2008 (Platform Toolset = 'v90') 的构建工具 [英] The build tools for Visual Studio 2008 (Platform Toolset = 'v90') cannot be found

查看:62
本文介绍了找不到 Visual Studio 2008 (Platform Toolset = 'v90') 的构建工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在 vs2017 上构建项目 c++ 但出现错误:无法找到 Visual Studio 2008 的构建工具(平台工具集 = 'v90')"导航后,我必须下载 VS 2008 我已经安装了它,但问题仍然存在.有什么建议吗?

I'm trying to build project c++ on vs2017 but there error appear: "The build tools for Visual Studio 2008 (Platform Toolset = 'v90') cannot be found " after navigation, I must download VS 2008 I have installed it, but problem still exist . any Suggestion ?

推荐答案

这些项目针对 v90 平台工具集.解决方案是使用 VS2008 打开 .sln 文件(即使用正确的工具),或者花一些时间更新项目以针对最新的平台工具集(即 VS2017).为此,只需右键单击每个项目,然后转到Properties,然后查看General |Windows SDK 版本.您可能需要在项目升级后修复编译/链接器错误.

The projects are targeting the v90 platform toolset. The solution is to either open the .sln file with VS2008 (i.e. use the right tool), or spend some time updating the projects to target the latest platform toolset (i.e. VS2017). To do that, just right click each project, and go to Properties, then look at General | Windows SDK Version. You may have to fix compilation / linker errors following the project upgrade.

这篇关于找不到 Visual Studio 2008 (Platform Toolset = 'v90') 的构建工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆