I had just started the early-access “Unreal 4.22 C++ Developer” course, and I got a few minutes in to the lecture “Your First Program” when I got to an odd problem. When I typed in the code to try to compile the TripleX.cpp file, it said that “cl isn’t a recognized command.” Am I missing something? Maybe there are some add-ons I needed to download from Visual Studio or something?
I could be wrong, but I think I had this same problem. I think you want to close VScode, and instead open the “Developer Command Prompt”. Once you’re in there, type “Code” and hit enter. That should open up VSCode again, but it should work now.
Alright, that worked! Thanks for the help.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.