I have downloaded Python and C++ code and created VS Solution/Project as per MSFT web page instructions and Github code and instructions. The Python works perfectly. But, when I try to set the C++ properties, the "General>Target Extension: .pyd" property is not available. When build is attempted, an error message 'unresolved import supercodefast' " occurs. I checked my installation with the installer several times and have checked "Python native Development Tools" options. But when I revisit the installer, it is unchecked and appears to not have been installed. I am using VS Community 2019 with 32-bit Python and C++. This problems is probably some misunderstanding on my part, but could be a bug? Guidance to find and fix issues will be greatly appreciated. I have many needs for Python C++ extensions. Thank you.
I have downloaded Python and C++ code and created VS Solution/Project as per MSFT web page instructions and Github code and instructions. The Python works perfectly. But, when I try to set the C++ properties, the "General>Target Extension: .pyd" property is not available. When build is attempted, an error message 'unresolved import supercodefast' " occurs. I checked my installation with the installer several times and have checked "Python native Development Tools" options. But when I revisit the installer, it is unchecked and appears to not have been installed. I am using VS Community 2019 with 32-bit Python and C++. This problems is probably some misunderstanding on my part, but could be a bug? Guidance to find and fix issues will be greatly appreciated. I have many needs for Python C++ extensions. Thank you.