News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Please help with using header files "no such file or directory"

Started by icewizard, May 01, 2017, 12:55:52 AM

Previous topic - Next topic

icewizard

Every time I try to compile with my header file it says "no such file or directory" and it wont compile. Can anyone please help me fix this?

icewizard

this is my i.cpp with my header file that I'm trying to use in my nu.cpp file, but it wont compile.

oBFusCATed

Please learn how c/c++ compilers work and how the compiler (preprocessor to be precise) handles #include directives.
Hint - header search path!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

Quote from: oBFusCATed on May 01, 2017, 02:00:00 AM
Please learn how c/c++ compilers work and how the compiler (preprocessor to be precise) handles #include directives.
Hint - header search path!
And make sure the header-file is saved, this is only done automatically, if it is in the project you currently try to compile.