Just trying ImportC under Windows 10: ``` #include <stdio.h>
int main()
{
printf("Hello world.\n");
return 0;
}
```
Produces
```
dmd hello.c
failed launching cl.exe /P /Zc:preprocessor /PD /nologo hello.c
/FIC:\D\dmd2\windows\bin64\..\..\src\druntime\import\importc.h
/Fihello.i
Error: C preprocess command cl.exe failed for file hello.c, exit
status 1
``` Any ideas? Best regards
