我试图在我的 cpp 文件中包含 CString,但如果我包含 afxinet.h,则会收到此错误
“windows.h 已经包含 afxv_w32.h”
这些是我的头文件:
#include stdafx.h
#include shlwapi.h
#include Tlhelp32.h
#include 钩子.h
#include stdio.h
#include common1.h
#include SafeLogger.h
#include io.h
#include tinyxml.h
#包括winsock.h>
#pragma 注释(lib,“Ws2_32.lib”)
#include afxinet.h
我没有在堆栈中包含要在此处显示的守卫。
如何解决此问题并在我的文件中包含 CString