I try to build opencv 4.5.5 with python 3.9 on Visual Studio 2022 Community edition.
The configuration with CMake v3.22.1 is successfully.
And the build is almost fine. But I’ve got an error.
Error LNK1104 cannot open file ‘python39_d.lib’ opencv_python3
I do downloaded debug library for python during install python.
So python39_d.lib file exists on \libs.
Why did this error happen? How can I get rid of the error?