Re-register built-in apps and reinstall the Microsoft Store app
Press Windows key + X
Click and Run Windows PowerShell / Terminal (Admin)
Copy and paste the command below then press Enter.
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your computer