Common MSVC gotchas - beyond-all-reason/RecoilEngine GitHub Wiki

!archiveData.empty() assertion failure

The cause

Missing unitsync.dll prevents the engine directory from being treated as data directory. Happens on full clean up of the project.

Solution

Copy over unitsync.dll from somewhere else