| 1 | initial version |
You would need to have the following in the additional include libraries in Project Properties->C++->General:
C:\opencv\build\include\opencv2
and
C:\opencv\build\include
Also, in the linker in Link Library Dependencies section, you would need to have:
C:\opencv\build\x64\vc14\lib
Additionally, you should have opencv_world320.lib in the Linker->Input->Additional Dependencies
At the end, add C:\opencv\build\x64\vc14\bin to PATH system variable and do a sign out. This assumes that OpenCV3.2.0 is in C:\ and you are using Visual Studio 2015 (VS14) and have extracted the Win Pack version of OpenCV.