Unity 5.3.5 annoying error after checking errors on scripts.

Hello everyone.
Does someone have Unity 5.3.5? and when checking scripts you having this error:
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.UI.Graphic.OnRebuildRequested () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Graphic.cs:480)
UnityEngine.UI.GraphicRebuildTracker.OnRebuildRequested () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/GraphicRebuildTracker.cs:33)
UnityEngine.CanvasRenderer.RequestRefresh () (at C:/buildslave/unity/build/artifacts/generated/common/modules/UI/CanvasRendererBindings.gen.cs:314)

Cause of missing scripts, how to ignore this?

I’m having this issue as well. I used an editor script to find any missed scripts in my scene but it couldn’t find any.