关于fatal error C1063
这个错误是编译器栈溢出,可能是你的程序单个源文件太大了,拆分成小一些的文件试试 
MSDN上: 
Fatal Error C1063 
compiler limit : compiler stack overflow 
The program was too complex, possibly due to recursive include files. Split the code into smaller source files and recompile.










