Try installing http://go.microsoft.com/fwlink/?LinkID=619615 (found from http://blogs.msdn.com/b/somasegar/archive/2015/07/29/building-apps-for-windows -10-with-visual-studio-2015.aspx )
I used the Custom installation option and selected everything. He upgraded Visual Studio 2015 Enterprise RC to Visual Studio 2015 Enterprise, and now those extensions that were recently launched so as not to install are installed perfectly. Thus, you will avoid problems with reinstalling everything.
Please note that after the installation is complete, the “Launch Visual Studio” button is displayed, which launches the Enterprise version (or Professional if Professional RC is installed). However, your Windows taskbar shortcuts for Visual Studio 2015 and Blend 2015 will now be corrupted, and you must fix them by right-clicking them and selecting Properties, and then setting them to C: \ Program Files (x86) \ Microsoft Visual Studio 14.0 \ Common7 \ IDE \ devenv.exe and C: \ Program Files (x86) \ Microsoft Visual Studio 14.0 \ Common7 \ IDE \ blend.exe, respectively, if you are using a 64-bit OS - otherwise delete the part "(x86) "and installed Visual Studio on the C: drive. You can also add these links to the Start menu under the appropriate folder (named Visual Studio 2015) if you also skip them from there.
source share