Ask Your Question

Tripley's profile - activity

2013-12-13 08:45:17 -0600 commented question Error C1083: Cannot open the include file "opencv2/opencv.hpp": No such file or directory

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.

2013-09-29 05:43:41 -0600 commented question Error C1083: Cannot open the include file "opencv2/opencv.hpp": No such file or directory

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?

2013-09-24 21:53:18 -0600 asked a question 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 image description

And then I started to debug and build the application image description

In the middle of processing, something look like this appear, likeimage description

I clicked Yes and

image description

This is the error which I get

image description

The simple code that i had

image description

Please review the error for me and thank you of your caring.