Visual Studio 预编译头文件 stdafx.h

- 项目属性使用预编译
- 一个预编译.h对应一个预编译.cpp,cpp 中只包含一句
#include "stdafx.h" - 右键 'stdafx.cpp' 选 'Yc/创建'
- 源文件中包含
#include "stdafx.h"
参考:
https://www.cnblogs.com/foundwant/archive/2013/03/18/2966382.html

#include "stdafx.h"#include "stdafx.h"