Visual Studio Code – Building Python C module on Windows
I am trying to build a 'C' python extension on Windows, the core C code compiles absolutely fine, but I am unable to build the python module using setuptool as I am getting mandlebrot.c(36): fatal error C1083: Cannot open include…