That’s what I tried but it didn’t seem to work. Would it have to be included before the first use of the <JuceHeader.h>? When I threw the "VariantConverters.h" before the <JuceHeader.h>in the file where I used the that converter it still didn’t seem to find it.
I may have to change the way I include the JuceHeader throughout the whole program to get that to register? Would it have to go before the first include of the JuceHeader?
I’ll get around to find a solution soon! I have another version of my project template for another project where I did remove use of the JuceHeader which I was planning to merge with my current project soon so maybe this is reason enough to get on with that