Every time I try to run the code whether its c++ or python even after setting build system as the respective language this error pops up:
‘g++’ is not recognized as an internal or external command,
operable program or batch file.
[Finished in 0.1s with exit code 1]
[shell_cmd: g++ “C:\Program Files\Sublime Text 3\test.cpp” -o “C:\Program Files\Sublime Text 3/test”]
[dir: C:\Program Files\Sublime Text 3]
[path: C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files\Windows Live\Shared;C:\TCWIN45\BIN]
I have seen a few solutions where the directory is changed by finding the build file but I cannot find the said file.