I installed Visual Studio 2010 and that gave me the C++ compiler
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat
However when I tried to build an app (a Python package), I got an error about missing
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h
On investigation, that include
folder is almost empty (just three files).
What bit of Windows / Visual Studio do I need to install to populate the include folder?
What I'm trying to do:
pip install lxml
What happens
Building lxml version 3.3.5.
Building without Cython.
C:\Python34\include\pyconfig.h(68) : fatal error C1083: Cannot open include file: 'io.h': No such file or directory