gcc/g++: "No such file or directory"
Your compiler just tried to compile the file named foo.cc. Upon hitting line number line, the compiler finds: #include "bar" or The compiler then tries to find that file. For this, it uses a set of directories to look into, but within this set, there is no file bar.
https://stackoverflow.com/questions/12919081/gcc-g-no-such-file-or-directory