I&#39;m including a Windows resource file (*.rc) in my add_executable() command, but in VS2003 the build fails with RC1102 because all of my include directories (and there are a TON) are being added to the resource file when it is compiled. I don&#39;t need the include directories for the resource files, so how can I remove them from only the RC files?<div>
<br></div><div>I know 2.8.8 has include directories as a target property, but can I use this as a source property, and just set it to blank to erase the include dirs?</div>