Error BE0032: Reflection data files do not exist yet
Cause
This error will occur if the %DXROOT%\Data\Reflection folder does not exist.
Solution
The files in that folder are required to document members inherited from base .NET Framework classes. If you get this error, check to be sure that the DXROOT environment variable points to the latest copy of Sandcastle (usually in the C:\Program Files\Sandcastle) folder and that the .\Data\Reflection folder exists beneath it. If it does not, you should reinstall Sandcastle.
If you do need to recreate the files for some reason (i.e. you install a new .NET Framework release), you can run Start | Programs | Sandcastle Help File Builder | Rebuild Reflection Data. |