I have the following C file.
#include <stdio.h>
I open an instance of Developer Command Prompt for VS 2017 and type the command.
cl [my-file.c]
I get the following error message
fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory.
I am unsure how to resolve this problem.