未找到 C++ #include <atlbase.h>

标签 c++ visual-c++ winapi

当我在 Visual Studio Express 中编译我的 C++ 程序时,它说它找不到 atlbase.h。我是否缺少一些 SDK 或其他东西?

最佳答案

Visual Studio 2017

运行 Visual Studio 安装程序时,选择 Individual components 选项卡,并在 SDK、库和框架 下确保 Visual C++ ATL Support 被选中。 VS Installer Visual C++ ATL Support selected

关于未找到 C++ #include <atlbase.h>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3898287/

相关文章:

c++ - 语句 block 的原子执行

winapi - 我可以在对话框程序中使用 HANDLE_MSG 消息破解程序吗?

c++ - 错误 C2731 : 'wWinMain' : function cannot be overloaded

c++ - <winsock.h> 和 <winsock2.h> 之间有区别吗?

c++ - '标识符' : redefinition errors ( error C2011 & error C2370)

c++ - "break when an exception is void"是什么意思?

python - AttributeError : Could not find PyAudio; check installation. ..无法使用语音识别

c++ - 仅当数据从另一端发送时从串口读取(c++)

c++ - 段错误,程序运行正常

c++ - 使用 BFS 算法获取两个节点之间的最短路径