I wondered where $(PythonHome) is declared.
I followed "Create a C++ extension for Python" tutorial, but still, my c++ project can't get $(PythonHome) as the superfastcode2 example.
Python Environments are setup correctly in the solution.
See inside vcxproj project. It's some things related to MSBuild, which are not directly visible in Visual Studio. At least I do not know how to see it there.
I wondered where $(PythonHome) is declared. I followed "Create a C++ extension for Python" tutorial, but still, my c++ project can't get $(PythonHome) as the superfastcode2 example. Python Environments are setup correctly in the solution.