How to fix Visual Studio 2022 17.5 Intellisense not working

MelvynShepherd-9518 266 Reputation points
2023-03-01T12:28:36.9666667+00:00

Visual Studio 2022 Enterprise Edition version 17.5.1

Intellisense and snippets are not working

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,688 questions
{count} votes

Accepted answer
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

33 additional answers

Sort by: Most helpful
  1. Fawad Raza 5 Reputation points
    2023-12-11T17:37:49.7166667+00:00

    Just had this issue today, all Intellisense was lost but for just one Solution, everything else was fine. Even PC restart did not resolve it.

    Closing Visual Studio down, removing .suo and .user files from that project/solution fixed it for me.

    Thanks.

    1 person found this answer helpful.
    0 comments No comments

  2. Steve Carley 5 Reputation points
    2023-12-11T18:09:12.54+00:00

    I just delete the .vs folder - works every time.

    1 person found this answer helpful.

  3. Anna Xiu-MSFT 26,566 Reputation points Microsoft Vendor
    2023-03-02T02:30:57.11+00:00

    Hi @MelvynShepherd-9518

    Welcome to Microsoft Q&A! 

    What is your project type? Do you have any error messages or warnings? If possible, please share us more detailed information. 

    You can restart your VS2022 and create a new project to check if the IntelliSense is working normally. 

    For more information about IntelliSense, please refer to: IntelliSense in Visual Studio

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

     


  4. Alim Abaev 0 Reputation points
    2023-03-14T11:01:25.5366667+00:00

    Faced with the same problem after updating 17.5.
    Confirm that there is a problem only with the projects with inluded Boost libraries, with other ones it works fine

    0 comments No comments