Compiler Warning (level 4) C4121

'symbol' : alignment of a member was sensitive to packing

The given symbol was aligned to the current packing alignment.

The default alignment of structures can be specified with #pragma pack or the /Zp command-line option.