Include Path Error

  • Thread starter Thread starter Abuzar Ch
  • Start date Start date
A

Abuzar Ch

Guest
Hi there,

I am getting an error while running a C++ Code in Visual Studio Code:

Output message:

[Running] cd "d:\Computer and Communication Security\Assignment_1_B_ENGI9877\" && g++ tempCodeRunnerFile.cpp -o tempCodeRunnerFile && "d:\Computer and Communication Security\Assignment_1_B_ENGI9877\"tempCodeRunnerFile
'g++' is not recognized as an internal or external command,
operable program or batch file.



Problems:

#include errors detected. Please update your includePath. IntelliSense features for this translation unit (D:\Computer and Communication Security\Assignment_1_B_ENGI9877\Assignment_PART_B.cpp) will be provided by the Tag Parser.

How can I update the include path? Please help me.

Continue reading...
 
Back
Top