I try to build the OpenCV libraries with visual studio 2012 but I always get the following Error:
LINK : fatal error LNK1104: cannot open file "....\lib\Debug\opencv_core249d.lib".
I downloaded the latest code from the git repository and used Cmake 2.8.10.2 to create the projects. I also disabled the cuda support due to the cuda 5.0 and visual 2012 incompatibility.