本文介绍了我的C ++项目的所有属性页都在2017年消失了!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从visual studio 2015社区升级到2017年,我所有的2015项目都没有属性页了。


当我从其中任何一个打开配置时,我得到了代码分析属性选项卡,就是这样: - (



请参阅以下视频显示问题:


https://www.youtube.com/watch?v=ho8UI-ejx_0&feature=youtu.be



正如您所见2015年开放仍然有效,并显示所有C ++属性页面,但2017年根本不起作用 - 但它编译成功。我不想完全升级到2017年,因为我还有一台PC在2015年运行,而不是
升级到2017年,我希望我的项目能够同时运行。



你能帮我吗?



项目文件可以在这里找到:


https://github.com/f1nalspace/final_game_tech/tree/主/演示




解决方案

我认为你不能在VS 2017中使用仍然适用于VS 2015的项目。


你确定你为VS 2017安装了C ++吗?


I upgraded from visual studio 2015 community to 2017 and all my 2015 projects have no property pages anymore.

When i open the configuration from any of them i just get the code analysis property tab and thats it :-(

See the following video showing the issue:

https://www.youtube.com/watch?v=ho8UI-ejx_0&feature=youtu.be

As you can see opening with 2015 still works and shows all the C++ property pages, but 2017 does not work at all - but it compiles successfully. I dont want to fully upgrade to 2017 yet, because i have still a PC running with 2015 which wont get upgraded to 2017 and i want my projects to run on both.

Can you please help me?

The project files can be found here:

https://github.com/f1nalspace/final_game_tech/tree/master/demos


解决方案

I don't think you can use a project in VS 2017 that will still work in VS 2015.

Are you sure you installed C++ for VS 2017?


这篇关于我的C ++项目的所有属性页都在2017年消失了!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 02:21