I assume it is a compiler error you are getting in VS. It might be something that upsets the build script (e.g. unhanded exception).
Just to verify the health of your environment can you please see if you can compile the bootstrapper template. I just tested the default Bootsrtapper template
with
Just to verify the health of your environment can you please see if you can compile the bootstrapper template. I just tested the default Bootsrtapper template
with
bootstrapper.IncludeWixExtension(WixExtension.Util)
and bootstrapper.WixSourceGenerated...
added. If you can then there is something with the user code and there ways of debugging it. But let's see your environment can handle the simple/default content project content.