cannot find included source in Visual Studio 2015

asked 2016-03-04 11:10:25 -0600

As the title says, I am having trouble starting a project in Visual Studio. I have gone through all of the steps several times now as described in this youtube video:

https://www.youtube.com/watch?v=e_TQ9...

and in this post:

http://opencv-srf.blogspot.com/2013/0...

Both are pretty much the same and look fairly straight-forward, however when I go to build a test project where I only include "opencv2/core/core.hpp" I receive an error stating that the source file cannot be opened. It is exactly where it should be, the system environment paths have been set up and all of the additional libraries and directories have been specified in the project properties. I have tried switching between "Debug" & "Release" in the "Configuration Manager" and have made sure that the "Active Solution Platform" is set to "x64".

Basically, I have tried everything many times over, and I still cannot figure out why VS cannot locate the OpenCV files that are needed for this project. Any help would be very much appreciated... so thanks in advance.

edit retag flag offensive close merge delete