The "nav" is underlined in red, and right-clicking shows the spelling context menu.
Two workarounds: 1. right-click the ".h" to get the normal context menu with the "Open Document..." option 2. disable Text Editor->Correction->Underline spelling errors in comments and strings
Program versions: VA_X.dll file version 10.1.1418.0 built 2005.06.24 VAOpsWin.dll version 1.2.0.4 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3077.0
odd. does this happen with all #include lines in all files? if you search for "nav" in a file with this problem are you using this as a variable name somewhere else in the code? is it underlined as a spelling error in a comment or code string?
this should not be happening, and i cannot reproduce it.
That's the only #include I've noticed it on. "nav" isn't a variable name anywhere, and it does get underlined as a spelling error in both comments and code strings.
Sounds like case=339 - if a word is underlined as misspelled in a comment or string, and if that word appears as the filename in a #include statement, then the filename is underlined too.