I downloaded the windows binaries from here. When i try to run a hello world program i found online, i get a missing header error. So i looked in the folder (opencv2) and only found a single header called opencv...
I found the missing headers in the module folder so i manually copied the ones i need to opencv2.. but then i got linker errors like (unresolved external symbol _cvReleaseImage referenced in function _main)
What am i doing wrong and how can i fix it?