Then in the Developer Command Prompt, run:
# Simple makefile example all: hello.exe hello.exe: hello.obj link hello.obj download nmake for windows
hello.obj: hello.c cl /c hello.c
Click Install . Once complete, NMAKE will be located at: C:\Program Files\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\[version]\bin\Hostx64\x64\nmake.exe Option 2: Visual Studio Community (Full IDE) If you already develop with Visual Studio or prefer a full IDE, install the free Community edition. Then in the Developer Command Prompt, run: #