Visual Studio 2013 IntelliSense errors

I’ve created a new project based on the VehicleGame template. I’ve right clicked on the uproject file and selected “Generate Visual Studio project files”. I then open the .sln file to open the project in Visual Studio 2013. The project compiles fine, but IntelliSense throws errors everywhere. Why? I seem to remember coming across this before but I don’t remember what the issue was. Here’s a screenshot:

Yes there are a lots of IntelliSense errors indeed, this is because it can not resolve all the elements. What I do to get rid of them and to get only the real ones when I compile the engine is to disable the IntelliSense error reporting as shown in the screenshot:

Cheers,
Moss

Do you still need assistance?

Thanks! That helped me getting rid of the nasty red lines :O)