If your Main module isn't loaded, the namespace isn't known, and you get this error.
So either "always_load" this module, or do a \Module::load('main') in your Controller_Admin_Users_Settings file, after the namespace declaration, and before the class is defined.