I am trying to add a header file into another header file but it says "Source file not compiled" Is there something wrong with what I am trying to do?
#include "\\Mac\Home\Desktop\BSD 2017\Study\BTP100SCC.05062.2177 Programming Fundamentals Using C\BTP-Project\A1\MS2\contacts.h"
struct Name
{
char firstName[31];
char middleInitial[7];
char lastName[36];
};