C++ ports variables don't exist // remain unkown

Hi all! I’m a bit puzzled by something i’m struggling with.

Hope you can provide me with an answer and ofcourse a solution! I’ve modified the NotificionExample to our needs, al works fine exept: Capture The variables in the User remain unknown, If I create a new port definion that remains unkown too ..
Bellow the definitions: struct strUservar{
strAlarmen strUserLogIn;
strAlarmen strUserLoggedOut;
strAlarmen strUserLoggedAutoLogOut;
strAlarmen strUserWrongCredentials;
strAlarmen strScenarioExecuted;
strAlarmen strComCheck;
strAlarmen strComCheckNOK; }; // ------------------------ UserAction ------------------------ //#port
//#attributes(Input)
strUservar strUser;

I believe I’m doing the same as yesterday when the ports were created perfectly, I had a bad night of sleep, but that certainly could not be the whole story right?
What am I missing? Dries