Error C2139 While building the engine from source in VS 2013

i keep getting 6 Errors for C2139 While building the engine from source in VS 2013.

1: Deleted all 4.11 engine folders/files

2: downloaded 4.11.2-release source files.

3: placed source files into 4.11 folder, ran Setup.bat, ran generateprojectfiles.bat

4: opened “quick fix” file and updated source files with the patch from Current Available Quick-Fix Solutions - Announcements - Unreal Engine Forums

5: opened UE4.sln, chose Development Editor, Win64

6: right clicked on UE4.sln in the explorer thing in VS2013 and clicked build.

7: Outcome of the build complete is 6 errors for C2139

Hey rolle817-

The quick fix for 4.11.2 was to fix an issue where Visual Studio 2015 Update 3 was preventing code projects from compiling. If you are using VS2013 you should not need to worry about the quick fix, however you will need to run GenerateProjectFiles.bat from the command line, passing in -2013 to ensure you get a VS2013 solution.

Cheers