본문 바로가기

컴퓨터 과학 & 영상처리 관련/OpenCV

fatal error c1189 #error windows.h already included. mfc apps must not #include windows.h


fatal error c1189 #error windows.h already included. mfc apps must not  #include windows.h

 

이거는


#include <cv.h>
#include <Stdafx.h>
요 순서로 되어있어서 그럼...보통 stdafx.h가 제일 먼저 나와야 됨