cant run the file

I am running code blocks and I have a header file "Studnets.h" that I am trying to have another file see.

When I #include "Students.h" it says "no target" in "no project" (compiler unknown) Fatal error: Students.h: No such file or directory. I have no idea what to do. I have done this literally a thousand times but for some reason this is now not working.
We would need to see the file tree of your project to really know how to help you.
Is Students.h in the same folder as the other file that is attempting to #include it? Are you sure you don't have a typo somewhere, like you do in your first sentence? :)
Topic archived. No new replies allowed.