CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,855

    VS2022 Default #include folders

    I'm sure there's a setup window somewhere that'll allow me to add a folder to the VC compiler's list of default #include folders. I'm not talking about adding folders for a particular project - but a window which shows VC++'s own default folders and allows me to add some extra folder that'll then apply to all my projects.

    But for the life of me I can never find that window! Can anyone remind me where it is?

    Also... what are the files having an extension of .exp? One of my builds here is complaining it contains missing symbols but the .exp file itself is around 2 months old. How do I make VS2022 rebuild it? (clean and rebuild don't seem to re-generate it)
    Last edited by John E; February 22nd, 2025 at 04:13 AM.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

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