关于编译器中缺少stdafx.h(windows上的mingw32)

Mol*_*pic 2 c++ codeblocks stdafx.h mingw32

我只是有一个简短的问题.我注意到我的编译器中没有stdafx.h(windows上的mingw32)

我应该拥有它吗?或者也许有办法解决它?

谢谢阅读

编辑:好的,这是我当前的构建日志,一旦我拿出了stdafx.h的所有包含

http://pastebin.com/bczLr8xY

orl*_*rlp 6

阅读这篇维基百科文章.我链接的段落和它下面的段落(mingw32使用GCC).

http://en.wikipedia.org/wiki/Precompiled_header#stdafx.h

由于stdafx.h包含最常见的头文件,我将删除每个实例#include stdafx.h并尝试编译.如果您遇到缺少某个函数的编译错误,请添加相应的标头.冲洗并重复.