I'm trying to create a C++ program using openCV on Windows. I followed these instructions: How can I install/configure OpenCV3.2.0 with C++, Visual Studio 2017? (I can't comment because of the reputation)
I completed all the steps and when I compile the project as they say to do, everything works but when I try to run it I got the following error:
C:\openCV\build\Debug\ALL_BUILD not found
Do you know why?