On 09/12/2013 04:45 PM, James Bigler wrote: > I don't actually add the object file to the build, because VS would > link in the output of the custom command That's the exact problem the change I linked fixes. You should add the object if you want it linked. -Brad