LNK1104 cannot open file opencv_world331d.obj

asked 2017-10-28 07:17:31 -0600

wirzj gravatar image

I set up the latest release of opencv in Visual Studio 2017. Now it shows the error as mentioned in the title. I have absolutely how to solve the problem and trying since 2 days. Tanks for help.

edit retag flag offensive close merge delete

Comments

you can't use any of the prebuild libs with VS2017 they're for VS2015 only. either use the latter, or you'll have to build the opencv libs from src, before you can use them.

then, it would have been opencv_world331.lib , not .obj

berak gravatar imageberak ( 2017-10-28 07:25:53 -0600 )edit