Error C1083: Cannot open the include file "opencv2/opencv.hpp": No such file or directory
Hi everyone, I'm new to opencv 2.4.6 with visual studio 2012 with compilation with cmake 2.8 I start with the simple programme about image detection application. But I encounter some error named as error C1083 as stated in the question. I started with opening the ImagefaceDetection1 files with Visual Studio 2012, look like
And then I started to debug and build the application
In the middle of processing, something look like this appear, like
I clicked Yes and
This is the error which I get
The simple code that i had
Please review the error for me and thank you of your caring.
your "additional include dirs" in properties -> c++ should point to opencv/build/include.
thank you for your respond but I don't really understand which one is "additional include dirs" and which properties. Do you mean the properties of the current project?
yes current project
sorry, stop learning for long time, i checked the include dirs, i already point to the directories you stated and it is link to each element of the code, still, it doesn't work.