I have a small project that I am using to learn UE4, only a few files in the solution. After a failed build due to some programming error or other, VStudio now loads the solution extremely slowly, and the code does not display correctly or update as I change it.
Whether I load the project directly from VStudio’s home page, or from inside the UE4 editor, or by opening one of the source files directly, the editor page with the code displays slowly or not at all - I have to minimize the window and bring it back up to get the code to show. Additionally, if I attempt to edit the code the screen does not update to show me what I am typing or deleting. VStudio is aware of what I’m changing though, because if I close the program it asks me if I want to save changes.
I tried Microsoft’s ProcessMonitor, but it gave me like 300,000+ events for the VStudio exe alone, so I’m a little lost in trying to figure out what’s going on since it came on suddenly and without error messages.
Google has told me about the various things that slow down VStudio like Intellisense, but I’m new to large modern IDEs so I’m not sure what to look at or change.
Any help would be greatly appreciated!