Upgrading project to 4.10.1

I was working with 4.9 for a while and decided to upgrade to 4.10.1. I Installed the update and also installed Visual Studio 2015 (and yes I installed the C++ package in the install). I also uninstalled VS 2013 as a precaution.

I’m able to run my game but in VS, I see the following: http://i.imgur.com/w4k38U4.png

What does this mean? Is there a way to upgrade my project? I notice if I make a FPS game template project, it does not have the (Visual Studio 2013) part. So does this mean I need to remake the project and manually re-add everything to a new project?

have you tried right click on .uproject and press “Generate Visual Studio project files”?

That fixed it, thanks!

(Make sure to close Visual Studio before generating project files.)