The filetype of *.h files is detected nondeterministically: sometimes it's c, sometimes objective-c, which results in slightly different highlighting.
To work around this, I force it to c++ in my settings.json, overriding automatic detection for *.h files, so I have the same highlighting each time:
"*.h": {
"filetype": "c++"
},
Commit hash: de8f4bf
OS: any
Terminal: any