I am currently trying to compile a simple program that includes two header files. I see them in the Solution Explorer, where I included them through \"include existing files\".
If you write in your code something like #include "FileWrite.h"
you need to make sure compiler can find that file. There are three options:
Which of these options shell be used depends on whether that header originates from this project (1st option) or some other project (any of other two options).