Cannot Compile -waitmutex error exited with code 1

Hello, I was hoping some one could help me solve this ambiguous error. Here is the output log, I basically cannot compile through visual studio but everything works fine through the editor. This isnt a project issue as it happens on every single project i create through unreal, its also a recent development as everything was functioning fine prior. I have checked all dependencies to make sure they indeed exist and have attempted to reinstall both visual studio and unreal engine. However that didnt fix the issue, im at a complete lost to as what to do and have looked at similar issues posted previously but non resolved the issue. I have posted about this issue on reddit and have had some good suggestions but none of yet have fixed the issue. Any help would be greatly appreciated.

I cant say for certain what is causing this, but I have seen similar weirdness in a friend’s code. My solution for him was literally trimming through his code until I found a bit of white space between some comments that I assume he copied from somewhere and pasted into his solution. The blank space was literally breaking his compiles. Check around your code and trim out until it compiles was the solution I came up with for him. Hope this helps and good luck. -Spiris

This happens on brand new projects as stated above, so its not an issue with the code. As i can create a clean solution and it wont compile through vs. However yeah that was my second approach after cleaning the local files and realising the problem is global to my enviroment