I might have found something...
PS C:\WINDOWS\system32> Get-AppxPackage |? Name -match "Microsoft.WindowsStore"
>>
Name : Microsoft.WindowsStore
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X64
ResourceId :
Version : 11906.1001.24.0
PackageFullName : Microsoft.WindowsStore_11906.1001.24.0_x64__8wekyb3d8bbwe
InstallLocation : C:\Program Files\WindowsApps\Microsoft.WindowsStore_11906.1001.24.0_x64__8wekyb3d8bbwe
IsFramework : False
PackageFamilyName : Microsoft.WindowsStore_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
Dependencies : {Microsoft.NET.Native.Framework.2.1_2.1.27427.0_x64__8wekyb3d8bbwe,
Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x64__8wekyb3d8bbwe,
Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe,
Microsoft.WindowsStore_11906.1001.24.0_neutral_split.scale-100_8wekyb3d8bbwe}
IsPartiallyStaged : False
SignatureKind : Store
Status : DependencyIssue
The issue seems to be with the "Microsoft.VCLibs.140... " package.
PS C:\WINDOWS\system32> Get-AppxPackage |? Name -match "Microsoft.VCLibs.140"
>>
Name : Microsoft.VCLibs.140.00
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X64
ResourceId :
Version : 14.0.27323.0
PackageFullName : Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
InstallLocation : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
IsFramework : True
PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
IsPartiallyStaged : False
SignatureKind : Store
Status : Modified, NeedsRemediation
All of the other dependencies are showing a status of "Ok".
So, I suspect resolving this issue will involve addressing that "modified, needs remediation" issue with "Microsoft.VCLibs.140.00". What's the best way to do this?