How to override IsNetworkCompatible to true?

If your module is dependant on the “Core” module (which basically everything is). then that include can just be:

#include "Misc/NetworkVersion.h"

You also shouldn’t need the forward declaration of the type since you’re including it.