Unity 5.5.0f3 White Screen on Startup

Hey guys! So my Unity has been having some issues lately where whenever I open a project I get a window with the toolbar (file, edit, assets, etc.) but everything else is a white screen. When I tried reinstalling Unity I got a popup error saying “Failed to enable .NET Framework 3.5” and telling me to restart my PC and reinstall again. I checked for malware and found a lot, but even after removing it, restarting, and reinstalling, the issue remained. I was wondering if anyone else has had this problem and if so how you fixed it. Thanks!
-Gabe
P.S. I am using Windows 10

If any editor scripts fail to compile when you open your project, none of the editor UI will display. The most likely cause for this is if your project includes any custom editor scripts using newly deprecated items from the Unity API.

Open your project in Unity, then open the editor log file (C:\Users*username*\AppData\Local\Unity\Editor\Editor.log) to look for issues. Searching for the word “error” in that file may help you find issues more quickly. With any luck, you’ll find the direct cause for the problem there.