Recently, I’ve been having trouble compiling my C++ project. Every time I try to build the project, VS never makes it past building the first action. Additionally, every time I try to rebuild, it gets stuck at the thirteenth action no matter what. I know that Incredibuild isn’t the problem because I uninstalled it. Until now, my project has always compiled in a timely fashion. I don’t know why it’s getting stuck now. Can anyone please tell me how to fix it?
Right click on your “.uproject” file and select “Generate Visual Studio project Files”
Try building your solution
This is usually the first thing I try when I get unusual build errors or issues. If this doesn’t work, try building the solution and walking away until it either succeeded or fails, if it fails report back.
That didn’t seem to work. It’s been building for some time now (between 10 and 30 minutes), and it’s still stuck at “Building 4 actions with 4 processes…”