CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Posts
    54

    VC++ 2003 intellisense problem

    I made a win32 application window, and assuming I can add managed code to it, I turned on managed extensions. However, I'm not getting any intellisense on what I write. For example, System:: ... nothing pops up. However, what I do write with it does get compiled fine. I want my intellisense. I miss it from 2005.

    Phil

    ps. Intellisense works fine in my console application, just not the windows one.
    Last edited by dxfoo; December 11th, 2005 at 01:26 AM.

  2. #2
    Join Date
    Feb 2005
    Location
    Pasadena, MD, USA
    Posts
    105

    Re: VC++ 2003 intellisense problem

    Hi,

    Does VS2003 have an ncb file? if so, rename it and open the project (solution) again.

    Jeff

  3. #3
    Join Date
    Oct 2002
    Location
    Germany
    Posts
    6,205

    Re: VC++ 2003 intellisense problem

    Intellisense in Visual Studio is not a feature that is guaranteed to work always, and when it works, it is not guaranteed to show absolutely accurate complile-worthy options (even though it usually does).

    If intelli-sense is very important to you... Think of getting this utility from -

    http://www.wholetomato.com

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