I am getting this error when building a plugin:<div><br></div><div>SYNTAX ERROR found in parsing the header file</div><div><br></div><div>I finally remembered to try BTX ETX tags, but they didn&#39;t work this time:</div><div>

<br></div><div>The header is very simple, here is a representative sample:</div><div><br></div><div><div>#ifndef FACTOR_INCLUDED</div><div>#define FACTOR_INCLUDED</div></div><div><div>//BTX</div><div>#define SQRT_3 1.7320508075688772935</div>

<div><br></div><div>double ArcTan2(const double&amp; y,const double&amp; x);</div><div><br></div><div>//ETX</div>#endif // FACTOR_INCLUDED</div><div><br></div><div>Is there any reason the parser wouldn&#39;t like this?</div>

<div><br><div>Thanks,<br><br>David<br>
</div></div>