'Visual Studio Installer doesn't show installed instance of Visual Sudio

Visual Studio Installer shows empty page on the Installed tab

Empty Installed tab

but the visual studio is installed.



Solution 1:[1]

The problem might be in missing VSDownloadCache folder. It stores information about installed instances in the _Instances subfolder.

You can change this folder location on the installation location tab of the installer (if it hasn't exist yet): [![enter image description here][1]][1]

I removed VS folder from Program Files and reinstall VS, this solved the problem. [1]: https://i.stack.imgur.com/8eRuY.png

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Eugene Maksimov