Computer Engineering/Tip
[ERROR] is not a precompiled header file created with this compiler
MINOK
2008. 10. 13. 03:45
"C" 파일이 포함된 소스라면
Project Settings->C/C++ tab ->category ->Precompiled Headers를 선택
"Not using precompiled headers"를 선택하고 다시 컴파일
debug 폴더 삭제후 컴파일
프리 컴파일 헤더는 stdafx.h 파일을 말한다.