Ask Your Question
0

OPENCV Visual Studio 2010

asked 2013-07-10 04:35:26 -0600

Mohamed amine gravatar image

Hi, When I try to build every project wrote using Opencv , I have the same problem: 1>c:\opencv-2.2.0\include\opencv2\opencv.hpp(46): fatal error C1083: Impossible d'ouvrir le fichier include : 'opencv2/core/core_c.h' : No such file or directory

I will be so glad if someone can help me . Thanks

edit retag flag offensive close merge delete

Comments

1

What version of Opencv do you have installed?

If you have Opencv 2.2 installed, I think you should have core_c.h in the following directory: "c:\opencv-2.2.0\include\opencv2\core\core_c.h" (based on the error that you have) Check if you have it.

albertofernandez gravatar imagealbertofernandez ( 2013-07-10 07:05:48 -0600 )edit

2 answers

Sort by » oldest newest most voted
2

answered 2013-07-10 04:39:15 -0600

berak gravatar image

point your "additional Includes" folder at opencv/build/include, and everything will be alright !

edit flag offensive delete link more

Comments

Hi I did but still the same problem

Mohamed amine gravatar imageMohamed amine ( 2013-07-10 04:44:42 -0600 )edit
1

aww, opencv-2.2.0, that's 3 years old ..

unsure, if it even came with a 'build' folder ..

maybe you have to go the hard way, that is: add opencv/modules/core/include;opencv/modules/calib3d/include;opencv/modules/highgui/include; etc, for each and every module you use

berak gravatar imageberak ( 2013-07-10 05:04:31 -0600 )edit
0

answered 2013-07-10 04:57:10 -0600

Guess you will have to go to the tutorials and look into the installing into windows and the configuring visual studio tutorial.

Make sure you have done all steps exactly and it will work :)

edit flag offensive delete link more

Comments

hi I have a problem with the execution I tried to follow the steps in the doc : 'TESTING.exe' : Chargé 'C:\Users\user\Desktop\TESTING\Debug\TESTING.exe', Les symboles ont été chargés. 'TESTING.exe' : Chargé 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 'TESTING.exe' : Chargé 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file 'TESTING.exe' : Chargé 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file 'TESTING.exe' : Chargé 'C:\opencv\build\x86\vc10\bin\opencv_core245d.dll', Cannot find or open the PDB file 'TESTING.exe' : Chargé 'C:\Windows\SysWOW64\msvcp100d.dll', Les symboles ont été chargés. 'TESTING.exe' : Chargé 'C:\Windows\SysWOW64\msvcr100d.dll', Les symboles ont été chargés. 'TESTING.exe' : Chargé 'C:\opencv\build\x86\vc10\bi

Mohamed amine gravatar imageMohamed amine ( 2013-07-10 08:00:51 -0600 )edit

Question Tools

Stats

Asked: 2013-07-10 04:35:26 -0600

Seen: 687 times

Last updated: Jul 10 '13