DEV Community

Discussion on: Setup Visual Studio Code for Multi-File C++ Projects

Collapse
 
aholi2007 profile image
Aholi2007

for me it always says:
make: The term "make" was not recognized as the name of a cmdlet, function, script file, or executable program. Check the spelling of the name or whether the path is correct (if included),
and repeat the process.
In line: 1 character: 1

  • make
  • ~~~~
    • CategoryInfo: ObjectNotFound: (make: String) [], CommandNotFoundException
    • FullyQualifiedErrorId: CommandNotFoundException
Collapse
 
talhabalaj profile image
Talha Balaj

You are using windows? or maybe PowerShell Core on Linux?

You need to install make on your System and you won't get error again.