Hello, I'm trying to run OpenCV on Visual Studio 2019, so I followed this and this tutorials.
However, when I add the full list of .LIB libraries and try to build, I get an error "LNK1181 - cannot open input file 'opencv_calib3d300d.lib'".
If I understand this correctly, the libraries should be located at $(OPENCV_DIR)\lib. However, at that folder I only see opencv_world430.lib and opencv_world430.lib, and I assume that the latter is debug.
Is that tutorial obsolete, and therefore I should just use these two libraries? Or am I missing something? Thanks!