【error】C1003: error count exceeds 100; stopping compilation ...winnt.h

在项目工程中添加#include<windows.h>之后出现如下问题:

Error 110 error C1003: error count exceeds 100; stopping compilation C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h 13550

解决方法修改工程属性中C++语言一个地方即可:Configuration Propterties -> C/C++ -> Language -> Disable Language Extensions: 由 Yes(/Za) 改为 No.

fatal error C1003:  error count exceeds number; stopping compilation解决方法-LMLPHP

解决方法修改工程属性中C++语言一个地方即可:Configuration Propterties -> C/C++ -> Language -> Disable Language Extensions: 由 Yes(/Za) 改为 No.

fatal error C1003:  error count exceeds number; stopping compilation解决方法-LMLPHP

---------------------

05-13 15:35