I just installed openCV ver. 3.00 beta on my computer and I\'m trying to test it with VS2013. I followed quick start guide:
1) Installation for windows, using pre-bu
Solved this problem by unchecking the "inherit from parent or project defaults" checkbox under Linker->Input->Additional Dependencies
I added "opencv_world300d.lib" since Im using opencv 3.0.0 build x64 vc11