OpenCV installation on Windows, missing vc15 folder

Forget everything, just add the include directory to your compile options

g++ -o [file] lopencv_highgui -lopencv_core -IC:/workspace/opencv3/build/install/include/

and set OPENCV_DIR to C:/workspace/opencv3/build/install.