Write this code
__time64_t tmUTC;
auto tm = *::_gmtime64(&tmUTC);
COleDateTime nowUTC{ tm.| };
The Pipe sign shows the position of the caret.
I type "tm." and "tm->" appears. And happens when adding more parameters in the initializer list every time I type tm.
PS: I know that tmUTC has an invalid value and need initialization...
Reparsing the file doesn't bring any fix.