When I go to debug my C++ project in Visual Studio, up pops a little warning dialogue box that tells me:
A copy of datum.h was found in c:/users/brad/desktop/sou
The reason may be circular header dependencies. datum.h may includes another_header.h (directly or indirectly), which includes datum.h.