I tried building opencv With_Qt:off and on. Either way including opencv_highgui in my project compiles but won't allow my project .exe to unless (1) it can find the Qt5 .dlls and (2)even then it throws a 0xc000a200 error, which I have found it linked to app container.
I have tried building opencv with cmake_exe_linker_flags, cmake_module_linker_flags, and cmake_shared_linker_flags with the /APPCONTAINER:NO flag but this has not solved it. Any other suggestions?
I am building opencv3.2.0 in windows 10, VS2015, and using cmake-gui for x86.
Thanks!