How to Declare a Template Class (CHashMap) Within My Own Class? - Can't get it to work

 

Howdy, 

I want to use the Stdlib CHashMap in my class.

However I can't seem to get past the declaration 🤬

class CurrencyIndexPanel : public Leaderboard {
   private:
      
      CHashMap <string, TableRow*>* _currencies;  


It throws these errors

'<' - semicolon expected        CurrencyIndexPanel.mqh  17      16
'*' - semicolon expected        CurrencyIndexPanel.mqh  17      33


I've tried a few different ways, but I do believe I have the right syntax. 


What am I missing here?

 

The declaration is correct. You must have an error before it. Show ALL relevant code if you need help.

What MT5 build are you using ?

 
Sorry, the include path was wrong, I had to scroll right up to see the include error.
Reason: