unexpected precompiled header error, simply rerunning the compiler migh的解决方案

VisualStudio编译的时候如果遇到错误"fatal error C1859: 'Debug\xxx.pch' unexpected precompiled header error, simply rerunning the compiler might fix this problem",以前的处理方案是Clean之后重启计算机,再次Build就可以。

但是这两天重启之后很容易再次遇到这个问题,于是查找了资料,参考这个链接,http://stackoverflow.com/questions/11854470/what-does-unexpected-precompiled-header-error-mean,下载一个VS90SP1-KB976656-x86.exe补丁可以解决问题。


MSDN相关文章:http://blogs.msdn.com/b/vcblog/archive/2009/11/12/visual-c-precompiled-header-errors-on-windows-7.aspx

你可能感兴趣的:(windows开发)