Ask Your Question

Revision history [back]

I had the same issue, the problem was that I had the wrong opencv lib file in Project properties > Linker > Input > Additional Dependencies

You have to use these:

  • opencv_world300d.lib for the debug mode
  • opencv_world300.lib for the release mode