I have an issue with viewing stuff

Whenever I open something in unity, objects like terrains, Sketchup models imported, etcetera, are unable to be seen. The screen is completely blank except for a skybox (if present). On the bottom it has a red exclamation mark and “f < INT_MIN || f > INT_MAX” I need help If I want to continue working on anything. In the console window, it says:

f < INT_MIN || f > INT_MAX

UnityEditor.DockArea:OnGUI()

One possibility: Unity tries to compile all your scripts whenever they are updated and you activate the Unity window. Is it possible you’ve added a script that isn’t compiling, and this is keeping Unity from importing anything else?

Also, you can open the Console (Window > Console) and click on the error to get more info. Can you post what the Console says here so we can see it?