Why do I get compile errors in Development config that don't exist in Development Editor config?

This one was because my declaration for that func in the header file was missing its #if WITH_EDITOR that is supposed to surround that func. Thanks!