Hello all,
Can anyone tell me why I am receiving the following error:
[Warning] xxxxxxxx.h(14): Wxxxx Cannot create pre-complled header: initialized data in header
in the following line:
const char ConstFileExtCommon[] = "Txt";
Why? Well, because you cannot create pre-compiled headers having initialized data in the header and the line you posted attempts to do that.