Instead of generating #include "MyClass.h"
it generates #include “%%classHeaderFile%%”
I’m using linux, juce 1.4, jucer 1.7. I have looked through the code, and find nothing wrong, exept that text.indexOf (T("%%") + itemName + T("%%")); fails in replaceTemplate for itemName=includeFilesCPP.
[quote=“jules”]I use this all the time with no problems (?)
Does it replace all the other template bits correctly? Have you accidentally inserted a typo into the template file? Does it show it correctly in the jucer’s code preview page?[/quote]
All other templates seems to be correct. No editing done to the template file, although I did check it to see if there was anything wrong. And no, it does not show correctly in the code preview page.