1、fatal error C1003: error count exceeds number; stopping compilation 分析:修改之前的错误,再次编译 2、fatal error C1004: unexpected end of file found 分析:一个函数或者一个结构定义缺少“}”、或者在一个函数调用或表达式中括号没有配对出现、或者注释符“/…/”不完整等 3、fatal error C1083: Cannot open include file: 'xxx': No such file or directory 分析:头文件不存在、或者头文件拼写错误、或者文件为只读 4、fatal error C1903: unable to recover from previous error(s); stopping compilation 分析:引起错误的原因很多,建议先修改之前的错误