Error with 4.2 Slatecore error when compiling

Hi Everyone,

I just recently installed Unreal Engine 4.2 from 4.1 and I am receiving the following error while compiling. Could someone please help me resolve this issue? Thanks!

SlateCore is new in 4.2, but if you look at the path to the rebuild batch file in that error it’s clearly attempting to build your project using 4.1. Did you switch your project to the new engine version? If not right-click on the .uproject file and switch to the new engine version, then regenerate the VS files and rebuild.

Thanks! Switching to the new engine version and regenerating the VS files fixed the problem.