I already did a search, but I just couldn\'t find what I searched for. I want to create a Python Module using C++ and Visual C++ Express 2010. Now, I need to include Python.h, b
Tell IDE where header is located:
Project -> Properties -> C/C++ -> Additional Include Directories
You either have to set the path to to the python include files in your IDE. Navigate to Tools | Options | Projects and Solutions | VC++ Directories
and add the path under Include Directories
.