cpp ファイルに CString を含めようとしていますが、afxinet.h を含めるとこのエラーが発生します
「windows.h には既に afxv_w32.h が含まれています」
これらは私のヘッダーファイルです:
#include stdafx.h
#include shlwapi.h
#include Tlhelp32.h
#hooks.h を含める
#include stdio.h
#include common1.h
#include SafeLogger.h
#include io.h
#include tinyxml.h
#include winsock.h>
#pragma comment(lib, "Ws2_32.lib")
#include afxinet.h
ここに表示するスタックにガードを含めていません。
この問題を解決し、ファイルに CString を含める方法