How to find python312_d.lib?

i have error like


so i install python 3.12 but it still error

how to i fix it?

I think you have to build python 3.12 with WS2022 using source code Python Release Python 3.12.3 | Python.org

Build Release if you only want python bindings, unless you want to debug them.

If you are not only interested in the bindings and/or you want to debug them the easiest thing to do is modify pyconfig.h

1 Like

ok i will do it
thank for your advice