Ask Your Question

Revision history [back]

I consider you probably used the guide on how to install under windows and VS2010. There is actually a bug in the step where they tell you to configure the include path. Basically the guide says to make the include path:

$OPENCV_DIR$\include

However this is still the old layout of the include folders. Nowadays the include folder is two main folders up. In order to correct for this one, you have to add the following:

$OPENCV_DIR$\..\..\include

which means, go two folders up and then look for an include folder.

There has already been a bug report and it has already been solved, however, the prebuilt binaries do not contain the solution, only the github openCV 2.4 branch. Probably the guide will be changed in the next release, which is somewhere around september.