1

I am starting with OpenCV on my new laptop, but there are some errors. I followed all the steps mentioned in the OpenCV tutorials in doc directory. But the sample code just does not work. This is the error:

">c:\users\ankit\documents\visual studio 2010\projects\test\test\test.cpp(7):
 fatal error C1083: Cannot open include file: 'opencv2/imgproc/imgproc.hpp':
 No such file or directory
1>
1>Build FAILED."

I am working on Win7 64 bit machine. I have already included Additional directories and libraries in Property Page. Still it gives me this error. Help.

1
  • Post the entry from the additional include directories field Commented Aug 4, 2012 at 9:10

1 Answer 1

1

You obviously entered a wrong include directory. Navigate to included directory and make sure that it contains file opencv2/imgproc/imgproc.hpp.

Update: Here's error doc. See all the causes.

Update #2:

About your new issue.

Sign up to request clarification or add additional context in comments.

2 Comments

I checked the Additional Include Directories like a thousand times, the address is correct. I navigated to the same address and file is present there.
Thanks for the help. But now there is another error. The code compiles without any error but then a message appears. It's this --> "The application was unable to start correctly(0xc000007b). Click OK to close the application "

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.