I’m using the trial version of the VisualGDB with VisualStudio 2010. So far, I’m very pleased with it and we will buy the full version soon.
Anyway, currently I’m trying to set up a project that uses OpenCV. In the project configuration page I set the (local) include-directory to the folder, where the OpenCV *.h and *.hpp files are located. But when I then use
#include
in my source code, the compiler says:
error : opencv2/opencv.hpp: No such file or directory
What am I doing wrong? Or do I need to use the VisualGDB Source Cache Manager instead?
Many thanks in advance