I have 2 header files, and 2 cpp files. ohh, and one stdafx.h file.
My problem is, I have several variables in the one header file, that I need to access them from the second cpp file. but the header file, is already included by the first cpp file, and it reports several fatal errors when trying to compile. Is there a way to reinclude the header without errors??


I hope you can help!
Thanks