VisualStudio 2015 Community update 3 can not open the project of UE4.13

download the UE4.13 from Epic Games Launcher,my VisualStudio is 2015 update3.
When I use UE4.13 to create a new c++ project(base code), UE4.13 editor open and also the vs2015 was open.
but i got the information from vs2015(vs2015 chinese lang) that: the version of visual studio can not open the ue project(MyProject.vcxproj and UE4.vcxproj). I found the UpgradeLog.htm shown:
And i found the WindowsPlatformCompilerSetup.h has this:
#pragma warning(disable : 4599) // VS2015 update 3 : When using PCH files, mismatched -I include directories to the compiler between -Yc and -Yu compilations will now produce a new warning.
#pragma warning(disable : 4605) // VS2015 update 3 : Seems related to 4599.

Hello XGONG,

Could you give the exact error that you’re receiving when you try to open your project in Visual Studio? If you could copy and paste it here, or type it out, that would be helpful as it is likely in a Chinese language and I’ll need to get it translated.

The list that you found is a list of warnings from Visual Studio that are being disabled by UE4 and not used as they cause unnecessary errors with our engine and other issues. The part about “VS2015 update 3” means that it was a warning that was added with that version.

We haven’t heard from you in a while, XGONG. Are you still experiencing this issue? If so, can you provide the information I requested in my previous post? In the meantime, I’ll be marking this issue as resolved for tracking purposes.