Why am I recieving a Blueprint compile error on project open?

Ok, So I tracked it down, had to pull it apart node by node.

I had a cast to a game mode (top right of the previous image) that was freaking out every time the project was opened.

I fixed it by removing it and replacing it with an interface. Works nicely now.