Hello deancommins,
We are sorry for any inconvenience.
It looks like you have found a bug in the Steam version.
The problem is that this version did not set up some directories correctly.
We will deploy a fix in the next build, but in meantime here is a workaround for you:
1.) create a directory %PROGRAMDATA%\Capturing Reality\RealityCapture
- Code:
mkdir "%PROGRAMDATA%\Capturing Reality\RealityCapture"
- Code:
icacls "%PROGRAMDATA%\Capturing Reality\RealityCapture" /grant Everyone:(OI)(CI)F /T
The code snippets should be run in command line as administrator