Build errors when building 4.2 for the first time on a new machine

My system:
VS Pro 2013
Windows 8.1
New Machine

Attached is an image of the error list I’m getting. Any help is appreciated.

I have built before in Windows 7, but that was 4.1.


In the editor try file->refresh visual studio project or file->Generate visual studio project
also try checking the ouput log as it sometimes gives more/better information about where the error is (also gives a better line number of where your issue is)
if that doesnt work or issue persists try retyping your 'includes to see if it can predict the include file you want.
One other option is making sure your build.cs has all the correct modules in it.

Hope this helps