fatal error No such file or directory

suggest change

The compiler can’t find a file (a source file uses #include "someFile.hpp").

qmake:

INCLUDEPATH += dir/Of/File

cmake:

include_directories(dir/Of/File)

g++ call:

g++ -o main main.cpp -Idir/Of/File

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents