Hi TheSoymonster ... this error could be a an update is stuck.
Try the following.
Go to search and type services.msc and open it.
Stop the Background Intelligent Transfer Service and Windows Update
Then go to file explorer and go to C:\Windows\SoftwareDistribution
Delete everything in that folder.
Then Right click your start button and go to powershell (Admin)
Run the following hitting enter after each line.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Reboot and see if that works.
If not then Right click your start button and go to powershell (Admin)
Type\Paste the following...
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Reboot and try again.