# Bug report ### Bug description: Then trying to create an c++ Application in Visual Studio that embeds Python and using the officially provided nuget package (https://www.nuget.org/packages/python/3.14.7) its impossible to run a debug configuration because the pyconfig.h enforces loading of `python314_d.lib` that does not exist in the package. trying to mix relase build lib and debug code also does not work especially than trying to use pybind11. ### CPython versions tested on: 3.14 ### Operating systems tested on: Windows