Hi all,
I have downloaded opencv-4.9.0-windows.exe,
then I generate the code with CMake (no errors),
then I open solution OpenCV.sln and choose “Rebuild all”
The compilation is Ok but there are LNK2001 error
Namely “public: __cdecl cv::Mat::Mat(void)” function definition is not found.
The “Fild in files” also does not find the function definition
Any ideas?