Visual C++ precompiled header issue solved
Today i found myself editing/removing and adding a few files for W32 .dll project im researching, only to run into this complie time error see below
Error 1 fatal error C1083: Cannot open precompiled header file: 'Debug\xxxxx.pch': No such file or directory
After an hour of googling and crawling through stackoverflow posts i solved the issue myself, seems like my .pch pre complied header file got corrupted while adding and removing .h files inside my stdafx.h.
No comments:
Post a Comment