Is there a specific program that you are running that is giving you this error message, or is it just popping up intermittently?
One suggestion is to run a System File Integrity check. Go to Start -> Type "cmd". Right click on "Command Prompt" and choose "Run as Administrator"
Run the following command:
Code:
dism /online /cleanup-image /restorehealth && sfc /scannow
Allow both processes to work -- it could take some time. Essentially you may get a result at the very end telling you that you need to check the CBS.log and restart your computer. Restart.
If the issue still happens, and you have a custom anti-virus installed, you may want to try suspending that anti-virus and see if the issue continues.