Tips2020. 2. 5. 18:57

제목의 에러가 나올 때의 상황은 두가지가 있고 그에 따른 해결책이 있다.

 

1. 디버그 정보가 꼬였을 때

  --> 해결 : Rebuild All

 

2. stdafx.cpp를 프로젝트에서 제거하고 다시 add했을 경우 혹은 stdafx.cpp의 설정을 변경한 경우

  --> 해결 : stdafx.cpp의 property(혹은 setting)에서 pre compiled header 설정에 들어가서 Create/User Precompiled Header 항목의 값을 'Create Precompiled Header(/Yc)'로 변경

 

 

네이버 블로그와 통합한 글

 

Posted by JMAN