VS13 gives me red lines and no writing help

Hello,

  1. I use Visual Studio 2013 Express, and whenever I try to start with C++ code with Unreal I get red lines under code, for example under GENERATED_UCLASS_BODY() but the code still compiles. Does anyone know how to fix this? Is there some headerfile or something like that I need to change. I have followed the set-up guide that the Wiki has.

  2. I get no help at all with the code. When I typ “virtual” no help, or when I type stuff that are specific for unreal like “Super::BeginPlay();”. I do however get help when starting a blank c++ project (nothing with unreal) or if I start other like an SDL projekt. Is this because I missed something? Or does anyone else know what could be wrong.