简体   繁体   中英

Building VC++ 2008 project with VS 2013

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)"

How to resolve this issue

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

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 .

The problem is also discussed on Need to run v90 Platform Tools on VS2013 in a Windows 10 TP box (10074)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM