使用VS 2013构建VC ++ 2008项目 [英] Building VC++ 2008 project with VS 2013

查看:121
本文介绍了使用VS 2013构建VC ++ 2008项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用VC ++ 2008 Express Edition和Visual Studio 2012和2013 Professional版本.我需要使用VS 2013构建vc ++ 2008项目,因为格式化和intellisense不适用于vc ++ 2008 Express Edition.但是我遇到了以下问题.在项目属性的Platform Toolset中,它显示为"Visual Studio 2008(v90)(未安装)"

I'm using VC++ 2008 express edition and Visual studio 2012 and 2013 professional version. I need to build a vc++ 2008 project with VS 2013 as formatting and intellisense are not good with vc++ 2008 express edition. But I'm getting the following issue. And in Platform Toolset in project property it is displaying as "Visual Studio 2008 (v90) (not installed)"

如何解决此问题

错误MSB8020:找不到Visual Studio 2008的生成工具(平台工具集='v90').要使用v90生成工具进行生成,请安装Visual Studio 2008生成工具.或者,您可以通过选择项目"菜单或右键单击解决方案,然后选择升级解决方案..."来升级到当前的Visual Studio工具. C:\ Program Files(x86)\ MSBuild \ Microsoft.Cpp \ v4.0 \ V120 \ Microsoft.Cpp.Platform.targets 64 5 glmRainbowRichesEInstant

error MSB8020: The build tools for Visual Studio 2008 (Platform Toolset = 'v90') cannot be found. To build using the v90 build tools, please install Visual Studio 2008 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 glmRainbowRichesEInstant

推荐答案

以下内容对我有用: 下载 SDK 7.1 DVD ,将其安装在设备上并从\Setup\vc_stdx86和/或\Setup\vc_stdamd64安装缺少的编译器.

the following worked for me: Download SDK 7.1 DVD, mount it on your device and install the missing complilers from \Setup\vc_stdx86 and/or \Setup\vc_stdamd64.

还在 查看全文

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