Need info on headers!!

i have written a .h file but i cant figure out how to include it in my other projects i am working on. do i have to save the file in a certain area or what?
when i try to just include it i get the error - "1>.\rand_spell.cpp(7) : fatal error C1083: Cannot open include file: 'spell_morpher.h': No such file or directory" if you can help that would be great thanks!
Your IDE/compiler probably doesn't know the directory of your header. Check the options for your compiler to see if it has options for targets. Compilers have very specific locations they check for files.
Topic archived. No new replies allowed.