无法打开源文件“ afx.h”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法打开源文件“ afx.h”相关的知识,希望对你有一定的参考价值。

所以我尝试通过tcp / ip编写协议,我需要使用cFile类,但是vs找不到“ afx.h”

我正在使用vs2019社区,并且启用了“在共享dll中使用mfc”,并尝试了“使用MFC”中的所有其他选项。

#include <iostream>
#include "afx.h"
#include <winsock2.h>
#include <process.h>
#include <string.h>
#include <time.h>

CFile f;

int main()
{

    return 0;
}

我得到的是

Severity    Code    Description Project File    Line    Suppression State Error (active)
E1696   cannot open source file "afx.h" cs5_server  2   

Severity    Code    Description Project File    Line    Suppression State Error (active)
E0020   identifier "CFile" is undefined cs5_server  8   

所以我尝试通过tcp / ip编写协议,我需要使用cFile类,但是vs无法找到“ afx.h”。我正在使用vs2019社区,并且启用了“在共享dll中使用mfc”,尝试了所有其他选项...

以上是关于无法打开源文件“ afx.h”的主要内容,如果未能解决你的问题,请参考以下文章

求一个Cstring类数组文件读取代码

旧版 MFC 代码 (2005) 无法在 VC 2010 上编译

我无法从另一个带有 recyclerview.adaper 的片段中打开带有 recyclerview.adapter 的片段

#include 被忽略

在 zxing 片段库中打开/关闭手电筒

手电筒片段 Android Studio