Following up from this post: Errors in Upgrading VC++ project from VS 2010 to VS2012
Now extracted opencv 3.1.0 to C:\ drive. Have a VS 2012 program that cannot find cv.h header file, with 2 identical errors but in different cpp files. This is the error:
Cannot open include file: 'cv.h'
Does anyone know where by default I should extract the opencv program to so VS can find it? I know about adding include and lib paths, so I used C:\opencv\
and that should have worked but it didn't. The docs on the site describe how it's done for VS2010 and I haven't found nay docs that describe how to do it in VS2012