1 | initial version |
try with :
$(OPENCV_BUILD)\include
instead of
$(OPENCV_BUILD)\include\opencv
for your include path, since it is:
#include <opencv\cv.h> // opencv is already here
also, remember, that you need like: opencv_objdetect243d.lib
( d at the end ) for all opencv libraries in DEBUG configuration
good luck ;)