I generated built file with configuring openCV and openCV_contrib as sources on Cmake-gui programme. When i start opencv.sln via visual studio 2013 64 bit , some core libraries of opencv cannot be created.(i.e.highgui310d.lib)
It informs "Build failed" at the bottom line and gives such like errors:
LINK : fatal error LNK1104: cannot open file '....\lib\Debug\opencv_highgui310d.lib'
Build started: Project: opencv_highgui, Configuration: Debug x64
LINK : fatal error LNK1104: cannot open file 'ws2_32.lib'
Build started: Project: opencv_test_highgui, Configuration: Debug x64
LINK : fatal error LNK1104: cannot open file '....\lib\Debug\opencv_highgui310d.lib'
When i look directory "lib\Debug" , i can see some of libraries created but some of could not created that gave above error.
Also when i compile test_main.cpp og highgui module after did build solution,visial studio gives prompt like this:
Unable to start program
"..openCV/build/modules/highgui/x64/Debug/ALL_BUILD."
Access denied.
I reinstalled many times and was careful about compatibility among created files respect to x64 and vs2013 64bit.
What can i do solve this problem?