opencv 3.3.0 + opencv_contrib 3.3.0 - Missing .lib file
I'm having some issues compiling the source code of opencv 3.3.0 with opencv_contrib 3.3.0.
The contrib_world330d.lib
is missing from C:\(path to opencv)\lib\debug\
and all projects fail because of it.
I only have the contrib_world330d.pdb
file in there.
I used cmake (gui) to build opencv and the modules, and then Visual Studio 2017 to compile
Did you try to switch Visual Studio build configuration to debug?
yes, I did! Is to debug by default.
Are you able to build OpenCV projects successfully now?
No, not yet!
I had trouble building OpenCV 3.3.0 with opencv_world.lib checked during the build process. Many people have had the same issue.
I will suggest you unchecked opencv_world.lib and opencv_contrib_world.lib during the build process and add all the .lib files in your project properties/property page.
All the best