Ask Your Question

Revision history [back]

Hey, I'm a fellow OpenCV user, and I seem to have no trouble building with Visual Studio 2012. You just have not enough differences between Visual Studio 2010 and 2012 to provide a separate support for VS2012. Anyway, there are a few. Follow the tutorials on VS2010 from here (http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#installation-by-using-the-pre-built-libraries) and here (http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html), and take note of the fact that you can't save induvidual property pages in VS2012 (as far as I know) as you can in VS2010. That's the one major difference I found and so you have to add libraries directories and stuff to every new OpenCV project you do with VS2012. Happy Coding!