Visual Studio 2012 failing to detect Visual Studio 2008 build tools

前端 未结 4 1543
终归单人心
终归单人心 2020-12-09 09:28

I am trying to use Visual Studio 2012 to build a C++ CLI application targeting .NET 3.5.

I\'ve already gotten this working on one machine, by installing Visual Studi

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-09 10:03

    Before downloading anything try going to project properties -> configuration properties -> general then change the platform Toolset for the project to Visual Studio 2012 (v110)

提交回复
热议问题