When using intellisense and you look for a member or function of the class itself or another class it displays the comment that it's there but when I enable Visual Assist it gets broken.
For example
class A { // This is a function void Fn() { } };
int main() { A a; a. and it shows the listbox, and when I select Fn, it shows the information // This is a function }