Starting build...
cl.exe /Zi /EHsc /nologo /FeC:\pathtomyfile\src\main.exe C:\pathtomyfile\src\main.c
'cl.exe' n�o � reconhecido como um comando interno
ou externo, um programa oper�vel ou um arquivo em lotes.
Build finished with error(s).
The terminal process failed to launch (exit code: -1).
Terminal will be reused by tasks, press any key to close it.
it says cl.exe is not recognized as an internal or external command when I try to build
Anyone know how can I solve this?