Compiler Warning (level 3) C4160

#pragma pack(pop,...) : did not find previously pushed identifier 'identifier'

A statement in your source code tried to pop an identifier which had not been pushed. This problem could be caused by a push or a pop that incorrectly specifies an identifier.

To fix this ensure that all pops specify identifiers that have indeed previously been pushed.