问题描述
我有一些在VS2012 C ++中创建的WinForm项目。
I have some WinForm projects that were created in VS2012 C++.
现在,我正试图将它们带入VS2013。 虽然程序编译和工作正常,但我无法在设计视图中看到表单。
Now, I am trying to bring them into VS2013. While the programs compile and work fine, I cannot see the Forms in Design View.
如何重新启用它?
感谢任何帮助。
詹姆斯
推荐答案
欢迎来到MSDN论坛。
Welcome to MSDN forum.
请在解决方案资源管理器中右键单击form.h并选择打开,默认设置c ++表单编辑器,双击表单。
Please right click on form.h in solution explorer and select open with, set c++ form editor as default, double-click on your form.
您是否可以右键单击form.h并选择 View Designer?
Can you right click on form.h and select View Designer?
如果这些不起作用,请在visual studio 2013中创建一个新的c ++ winform项目,并检查问题是否仍然存在。
If these doesn't work, please create a new c++ winform project in visual studio 2013 and check if the issue persists.
致以最诚挚的问候,
Joyce
这篇关于VS2013 C ++看不到设计视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!