Cant export game

Keeps giving out this message in the Console whenever I try to Build and Run:

UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002ca] in <55729f52d042492e9efc384182ae2feb>:0
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <55729f52d042492e9efc384182ae2feb>:0
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Please help, I’ve already tried doing the advices from this post but still same error message > Can't export game - Questions & Answers - Unity Discussions

I recoomend to try building only some parts of the rpoject (by deleting the other parts) to detect what part is causing problems, to finnaly find where the rpoblem resides.

Bye