I have several 64-bit Windows 7 systems with OpenCV 2.2 installed on them using CMake and Visual Studio 2008 Standard. CMake generates everything in C: \ libs \ OpenCV-2.2.0 \ build just fine, and Visual Studio 2008 compiles everything without complaint.
However, every time I do this process on different machines, I find that the include directory (C: \ libs \ OpenCV-2.2.0 \ build \ include \ opencv2) is either empty, or almost like that. Usually I finish compiling different versions and expose random project files until they appear, and every time I think it turns out. However, with each new installation, I return to the beginning.
Is this a known issue for building 64-bit OpenCV 2.2 on Windows 7 64bit using Visual Studio 2008, and is there a known workaround?
The various questions here seem to allude to the same thing, and the online manuals are either old or not referring to the problem at all.
Steve source
share