cannot open source file quot;afxwin.hquot;/quot;afxext.hquot;/quot;afxdisp.hquot;/quot;afxdtctl.hquot;/quot;afxcmn.hquot;/afxdisp.h etc(无法打开源文件“afxwin.h/“afxext.h/“afxdisp.h/“afxdtctl.h/“afxcmn.h/afxdisp.h等)
问题描述
我尝试在安装了多类型 MFC 库的 Visual Studio 2015 MFC 上运行之前编写的 MFC c++ 代码.
I try to ran a previous written MFC c++ code on my visual studio 2015 MFC with multitype MFC library installed.
但是,关于缺少功能,我仍然有 12 个错误:
However, I still have 12 errors here regarding missing function:
<代码>IntelliSense:无法打开源文件afxwin.h"代码><代码>C1083 无法打开包含文件:'afxwin.h':没有这样的文件或目录代码><代码>无法打开源文件afxext.h"/afxdisp.h"/afxdtctl.h"/afxcmn.h"/afxdisp.h等......
我在哪里可以得到这些头文件?
Where can I get these head files?
再一次,我的设置是:
VIsual studio 2015 终极 MFC已安装多字节 MFC 库Windows 8 - 64 位机器
VIsual studio 2015 ultimate MFC Multibyte MFC library installed Windows 8 - 64 bit machine
谢谢!
推荐答案
我刚刚解决了一个类似的问题.以下是解决此问题的方法.
I just fixed a similar problem. Here's how you can resolve this.
- 转到您的控制面板
- 导航以卸载/更改程序.
- 向下滚动,直到看到 Visual Studio 安装
- 点击更改
- 弹出窗口后,点击修改"
- 在编程语言下 -> Visual C++确保选中Microsoft Foundation Classes for C++".如果没有选中它并点击更新.
这篇关于无法打开源文件“afxwin.h"/“afxext.h"/“afxdisp.h"/“afxdtctl.h"/“afxcmn.h"/afxdisp.h等的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法打开源文件“afxwin.h"/“afxext.h"/“afxdisp.h"/“afxdtctl.h"/“afxcmn.h"/afxdisp.h等
基础教程推荐
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 从 std::cin 读取密码 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01