Hi, I’m trying to add ofxOpenCv to my project and I’m getting this error LNK1104 cannot open file ‘;.obj’ ".
I’m on Visual Studio 2015.
I fixed this by editing the additional dependencies line of the linker input tab in the project property pages. I removed each instance of %3b and replaced it with a semi colon and that seemed to work.
good luck!
1 Like