LNK2019 GetPrivateStaticClass error on my own class?

Thank you! This was indeed the issue. I actually had it in a header file (ParsePluginPrivatePCH.h), but moved it over to ParsePlugin.cpp and now it compiles successfully. Thanks again!