UnityEngine.GUIUtility

i am using unity 2022.3.10f1 version and when i build the project i am getting this error

Build completed with a result of ‘Failed’ in 953 seconds (953381 ms)
7 errors
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

any one know how to fix this please let us know

You aren’t getting “this” error, you get seven of these. Look at the first one, not the last. The last one only tells you “failed”. The others are the actual errors. If they aren’t printed in the console they’ll be in the editor.log.