Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
05-11 16:04
관리 메뉴

zyint's blog

Fatal Error C1853: Precompiler Header Error 본문

예전글들

Fatal Error C1853: Precompiler Header Error

진트­ 2008. 9. 22. 21:31

Fatal Error C1853: Precompiler Header Error 해결 방법#

환경#

Visual Studio 6

 

증상#

컴파일 도중 아래 메시지가 출력되면서 error 메시지가 출력되고 컴파일이 중단된다.

 

오류 메시지 예

--------------------Configuration: BasicImageProcessing - Win32 Debug--------------------
Compiling...
imageio.cpp
c:\zyint\workspace\imageio.cpp(1) : fatal error C1853: 'Debug/BasicImageProcessing.pch' is not a precompiled header file created with this compiler
Error executing cl.exe.

BasicImageProcessing.exe - 1 error(s), 0 warning(s)

 

해결 방법#

Project > Settings... > C/C++ 탭 > Category를 Precompiled Headers 선택 > Not using precompiled headers 선택

 

 

 

이 글은 스프링노트에서 작성되었습니다.

Comments