I'm using the Sandcastle Help File Builder (SHFB) GUI to build documentation for a C# project in Microsoft Visual Studio 2013. In the Project Properties, the output path is set to "bin\x86\Debug\", but when I build the Sandcastle help file in the SHFB GUI, there is a
Error BE0040: Project assembly does not exist
and references the path "\bin\Debug", not the output path specified in the project properties.
Where does SHFB get the output path from? How can I correct this?