1 | initial version |
Hi,
I am using visual studio 2010 too, and didn't face any problem in compiling these files. I think you have not added one/some of the following paths to project:
You can also add "opencv" directory to paths instead of changing things like "highgui.h" to "opencv/highgui.h" in code files.
After setting these, I am successfully able to build/execute all files like createsamples.cpp, haartraining.cpp etc.