I solved it by adding the namespace to the classes for which it was reporting the error.
For example:
namespace PATHSUPERMAN_ADSAINITIALIZER { public class AdsInitializer : MonoBehaviour {
} }