LNK1104 cannot open file opencv_world331d.obj
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.
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