Ask Your Question
1

Header files missing

asked 2013-03-01 10:00:24 -0600

Sahar gravatar image

Hi I'm new to openCV ,I've downloaded version 2.4.3 ,And I followed the steps in the tutorials of installing ( here : http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation ) and creating a project with openCV ( here : http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to ) I used the first method for installation the problem I'm facing is when I'm trying to debug the example in the 2nd tutorial ( here : http://docs.opencv.org/_downloads/Test.cpp) it can't find the header files. I browsed them on the machine and Found that they are not existed can you please suggest a solution for this ? should I download another version or try the second method for installation as it may give some other features.

Sorry it it seems a trivial question but this is since I'm a beginner Thank you for advance.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-03-01 10:23:30 -0600

berak gravatar image

updated 2013-03-01 10:29:13 -0600

if you're using the prebuild libraries, point your "Additional Includes" at opencv\build\include, not opencv\include. the tutorial is wrong there, it's not your fault!

similar for the libs. that would be like : opencv\build\x86\vc9\lib or whatever os/compiler you use

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-01 10:00:24 -0600

Seen: 711 times

Last updated: Mar 01 '13