Hello.
I am having an issue when attempting to compile a project in Qt Creator. The error is:

No such file or directory.
but the weird thing is the file DOES exist, and at the exact same location the #include statement in my header file says its at.

Originally, I thought it was because I had not added the file being included to my project. But I already tried adding the file to my project and attempted to compile it again,
but I still got the same error. I even went as far as looking at the generated Makefile.Debug file Qt Creator created, and checked the rule for the file it was complaining about,
but that also is correct, so i don't know what the deal is.

Any ideas?

If you need any more info, just ask.

Thanks.