Checklist
If Disabling that^ makes the problem go away, then follow this to make an issue on the C++ extension:
https://github.com/microsoft/vscode-cpptools/issues/new/choose
The code with a problem is:
int main() {
char* ptr;
}
It looks like:

It should look like:
Ideally, the star would have a non-arithmetic related scope, as it's not used for arithmetic here.