Hi,
I have followed the instructions for building OpenCV from source on Windows with Gstreamer support and contrib modules using CMake GUI and Visual Studio.
CMake is able to generate all configuration files successfully.
However, when I go to Visual Studio OpenCV solution and try to build it, almost 78 of the 153 total projects in the solution fail with error messages like the following one:
fatal error: LNK1181: could not open input file '../../lib/Release/opencv_highgui.lib'
It is not just highgui, it seems many libraries are not being generated in the correct order while building. Any help would be much appreciated.
OpenCV version: 3.4.11
Platform: Windows 10
IDE: Visual Studio 16.7.2