CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    1

    [RESOLVED] IntelliSense in VC++

    Since it all began in VC++ 6, IntelliSense has been improving in significant steps. However, there's always time when it stops working. Whether sooner or later depends on how the code is written and how big the project is.
    In the current version, IntelliSense hates changes happening inside class declarations in header files... It simply makes it stops working in most cases, and you'll have to close the solution/reopen it again to get it back working.

    I know it's not a trivial task at all (even that other 3rd party plug-in fails sometime!). Any information on when should we expect a version of IntelliSense that REALLY works under big projects' pressure?

    Wessam Bahnassi
    Microsoft DirectX MVP,
    Programmer
    Electronic Arts Montreal

  2. #2
    Join Date
    Jun 2006
    Posts
    25

    Re: IntelliSense in VC++

    try these two hotfixes first and see if it helps at all:

    http://support.microsoft.com/?scid=kb;en-us;916769

    http://support.microsoft.com/?scid=kb;en-us;913377

    get from here:

    http://support.microsoft.com/oas/def...1&gprid=344272

    press: "Start Email request" button and in the problem description ask for the hotfixes by KB id number (you won't be charged - I've done this many times)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured