I want to compile an opencv Console C++ program in Visual Studio 2013. This is my code:
#include \"stdafx.h\"
#include \"opencv2/highgui/highgui.hpp\"
#inclu
In visual studio 2019, TRY THIS Add missing file opencv_world430.dll or opencv_worldd.dll in the debug directory of the project where your project application exe file is there. copy & paste missing files in the debug folder
C:\Users\myname\source\repos\myopencv\x64\Debug + add your missing file here
my problem got solved in microsoft visual studio 2019 :)