Ask Your Question

Revision history [back]

OK, you have set up the directories for Debug but not for Release. In Project Configuration, select the Release configuration and set up the directory paths. Another thing. OpenCV names the Debug library files ending with d (highguixxxd.lib) while the Release versions are without the d (highguixxx.lib) where xxx is the version number. You obviously know how to specify those in additional library setting.