I didn’t realize I was having this issue until later in the course, but the compiling process for Windows isn’t working for me. When I type “cl” and hit enter I have this error if I’m using the command prompt shell
C:\FastSaves\Visual Studio Code\TripleX>cl
‘cl’ is not recognized as an internal or external command,
operable program or batch file.
and this one if I’m using PowerShell
cl : The term ‘cl’ is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
- cl
- ~~
- CategoryInfo : ObjectNotFound: (cl:String) , CommandNotFoundE
xception - FullyQualifiedErrorId : CommandNotFoundException
- CategoryInfo : ObjectNotFound: (cl:String) , CommandNotFoundE
is it possible I installed it wrong or something?