I apologize, the code I had pasted was completely broken. I had meant to fix a couple of those issues before I posted it since I made my own customizations to it. While my real copy had the variables renamed correctly in all places, I made a stupid mistake and included the StdAfx.cpp file in my list of sources, which set /Yu on it, overwriting the /Yc that was placed on it.<div>
<br></div><div>Thanks for the helpful reminders!<br clear="all"><div><br></div><div>---------</div>Robert Dailey<br>
<br><br><div class="gmail_quote">On Tue, Oct 25, 2011 at 11:03 AM, John Drescher <span dir="ltr"><<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Tue, Oct 25, 2011 at 12:01 PM, John Drescher <<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>> wrote:<br>
> On Tue, Oct 25, 2011 at 11:43 AM, Robert Dailey <<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>> wrote:<br>
>> Bumping this in hopes for some help!<br>
>><br>
><br>
> Your version is different than the stackoverflow example<br>
><br>
><br>
> Line<br>
> SET(Sources ${${SourcesVar}})<br>
><br>
> should be<br>
><br>
> SET(Sources ${${source}})<br>
><br>
> since you renamed the SourcesVar parameter.<br>
><br>
<br>
</div></div>Also it looks the other parameters are renamed and need to be fixed.<br>
<br>
John M. Drescher<br>
</blockquote></div><br></div>