使用与预编译头,vassistx的自动纠错功能混乱,请教解决办法:
//-------------------------//-------------------------//-------------------------
StdAfx.h:
#pragma once
//------------------------- atl support
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
...
//------------------------- common
#define _WIN32_WINNT 0x0403
#include <windows.h>
...
//-------------------------//-------------------------//-------------------------
StdAfx.cpp:
Create (/Yc)
StdAfx.h
//-------------------------//-------------------------//-------------------------
XXX.cpp:
Use (/Yu)
StdAfx.h