Cannot find how to get to this "Project Defaults" section "in the General pane in the Property Pages."

Grant Robertson 1 Reputation point
2021-12-13T21:16:25.753+00:00

On this page in the documentation, it describes a "Project Defaults" section on some ephemeral "Debug Property Pages" page in some properties setting dialog, shown below:

visual-c---project-defaults.png

However, the documentation gives no explanation whatsoever as to how to get to said "Project Defaults"

How do I get to this "Project Defaults" section? Does it even still exist?

Visual Studio 2019 with standard C++ workspace installed.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,617 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,000 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 27,641 Reputation points Microsoft Vendor
    2021-12-14T03:30:46.96+00:00

    Hi @Grant Robertson ,

    Welcome to Microsoft Q&A!

    Currently, the properties in Project Defaults pane can be found through Project > Properties > Configuration Properties > Advanced:
    157355-image.png

    For any suggestions about the Default properties document, please send feedback in the GitHub.

    Thank you for helping us build a better 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.


  2. Bruce (SqlWork.com) 60,391 Reputation points
    2024-06-07T15:41:58.03+00:00

    because these are project settings, you need to load a c++ project in VS. select the project in the solution window, then right click and select properties. then pick debug.

    0 comments No comments