Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am getting the following error, when i build my project,

Fatal error C1083: Cannot open include file: 'opencv2/core/core_c.h: No such file or directory Similarly for highgui.

As i have installed OpenCV2.4.3 and its path is C:\opencv. I also have added these line in **include directories**

C:opencv\include\opencv
C:opencv\include\opencv2
C:\opencv\include
Posted
Comments
Richard MacCutchan 16-Jan-13 7:01am    
As you can see from the error message, the file is in opencv2/core/ so you need to add that path also to your include list.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900