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">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</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 &lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt; wrote:<br>
&gt; On Tue, Oct 25, 2011 at 11:43 AM, Robert Dailey &lt;<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Bumping this in hopes for some help!<br>
&gt;&gt;<br>
&gt;<br>
&gt; Your version is different than the stackoverflow example<br>
&gt;<br>
&gt;<br>
&gt; Line<br>
&gt; SET(Sources ${${SourcesVar}})<br>
&gt;<br>
&gt; should be<br>
&gt;<br>
&gt; SET(Sources ${${source}})<br>
&gt;<br>
&gt; since you renamed the SourcesVar parameter.<br>
&gt;<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>