I am trying to compile UltraVNC on my development PC and am having some issues.
My PC has the following:
- Windows 10 1809
- Visual Studio 2017
- Microsoft Visual Studio Installer Projects extension
- Windows 8.1 SDK
- nasm 2.14.02
- fatal error C1083: Cannot open include file: 'ctype.h': No such file or directory
- fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
- fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
- fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory
- fatal error C1083: Cannot open include file: 'string.h': No such file or directory
- fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
Thanks,
Aaron Pedigo