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'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& y,const double& x);</div><div><br></div><div>//ETX</div>#endif // FACTOR_INCLUDED</div><div><br></div><div>Is there any reason the parser wouldn't like this?</div>
<div><br><div>Thanks,<br><br>David<br>
</div></div>