Hi all,<br><br>I am trying to add some defines which have string values<br><br>ADD_DEFINITIONS(-DPCIVERSIONNAME=&quot;\&quot;V10.1.0\&quot;&quot;)<br><br>This works fine when using nmake generator but it fails when using visual studio generators, in the Preporcessor tab i get the value
<br><br>&quot;PCIVERSIONNAME=&quot;&quot;V10.1.0&quot;&quot;&quot;<br><br>Is there a way to escape the quotes for VC generator?<br><br>Thank you,<br>calin<br>