AstarPath.cs Error

My error is Assets/AstarPathfindingProject/Core/AstarPath.cs(752,37): error CS0117: “GUI” does not contain a definition for “Label”. İ just Import the Astar free package. And I have a error. Please help me.

Hi

Do you have another class named “GUI” possibly? That could be causing a name conflict.
GUI.Label is part of the Unity API: http://docs.unity3d.com/ScriptReference/GUI.Label.html

Oh im sorry. I have “GUI” script In my scripts folder. Thank you so much.