It is all fine when I was writing the code, that is, when I included the header file \"opencv2/opencv.hpp\",
and VS2019 can indeed \"see\" it,
in other words, I can use th
Actually there are most of the time possibility of missing "Additional include directory path" or wrongly setup.
Where to find in Visual Studio:
To set this compiler option in the Visual Studio development environment
Visual Studio 2019 C++ Project configuration
Example project setup is described in below link: Example setup