including Python.h in C++ file CDT
问题 I apologize if this is a silly question. But I tried to google this and I couldn't find anything to point me in the right direction. I'd just like to understand what I need to do to 'set-up' cdt to 'understand' my python.h include. the erroneous statement is this: #include <Python.h> but I also tried #include "Python.h" And CDT responds with an error sign on the side stating: Multiple markers at this line - fatal error: Python.h: No such file or directory - Unresolved inclusion: <Python.h> I