open the powershell app as an administrator and copy in the following command and press enter
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Now reboot your PC and this should allow you to use the store app again.