简体   繁体   English

Visual Studio 无法显示 C++ 文件的文件夹

[英]Visual Studio can't show folder of C++ files

I have used Visual Studio 2017 to open a vs2010 MFC project.我已经使用 Visual Studio 2017 打开了一个 vs2010 MFC 项目。 It could be opened well in the first time.它可以在第一时间很好地打开。 However, afterwards, it reminds me to do some update.然而,之后,它提醒我做一些更新。 After that, the file cannot be load in the resource view.之后,无法在资源视图中加载该文件。

截屏

How to reconfigure Visual Studio 2017 to show the resource view?如何重新配置​​ Visual Studio 2017 以显示资源视图?

To open the resource view window Click Resource View on the View menu or Press CTRL + SHIFT + E .打开资源视图窗口 单击“ View菜单上的View Resource View ”或按CTRL + SHIFT + E。 But if you mean why the load failed it may be a data crash depending on the situation.但是,如果您的意思是加载失败的原因,则根据情况可能是数据崩溃。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio C++ 如何在前缀文件夹中添加 header 文件 - Visual Studio C++ how to add header files in a prefix folder Visual Studio C++ 不能在同一解决方案或外部文件夹中包含其他目录 - Visual Studio C++ Can't include additional directory within same solution or outside folder 在Visual Studio中使用Boost C ++单元测试,在其他项目中找不到.cpp文件 - Using Boost C++ unit tests with visual studio and can't find .cpp files in other project 无法使用 Visual Studio 2019 在 C++ 程序中打开 txt 文件 - Can't open txt files in c++ program with Visual Studio 2019 C++ Visual Studio 不会读取 .txt 文件 - C++ Visual Studio won't read .txt files 是否可以动态填充Visual Studio项目中的C ++文件列表? - Can the list of C++ files in a Visual Studio project be dynamically filled? 无法在Visual Studio 2015的C ++程序中链接MySQL - Can't Link MySQL in a C++ Program in Visual Studio 2015 Visual Studio无法打开任何C ++头文件 - Visual Studio can't open any C++ header file 无法在Visual Studio 2013中创建C ++控制台应用程序 - Can't create C++ console application in Visual Studio 2013 我无法使用Visual Studio代码构建C ++ - I can't build C++ with visual studio code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM