*
, "
, '
, \
and /*
found in header names CXX-W1207Using special-meaning characters in header names can produce errors in parsing.
Consider cleaning up header names.
#include "header//file.h"
#include "header""file.h" // will not parse properly
#include "header_file.h"
#include "header_file.h"