[VS2022] Missing c/c++ options in project configuration

cedric 21 Reputation points
2022-05-24T21:47:59.53+00:00

Hi,

I can't see any c/c++ options in my project configuration.
The project contains many cpp file.
Following other posts, i have tried to add a new c++ file to the projet, with no success.

205291-nocppoptions.png

Any ideas ?
Thanks
Cedric

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,526 questions
{count} votes

Accepted answer
  1. YujianYao-MSFT 4,271 Reputation points Microsoft Vendor
    2022-05-25T02:33:49.633+00:00

    Hi @cedric ,

    I suggest you to see if the Platform Toolset is set up correctly.

    205210-vs.png

    Alternatively, you could check the properties page for a C++ tab after debugging/building the program.

    In addition, I also found other solutions for your reference:

    LINK1 LINK2

    Best regards,

    Elya


    If the answer is the right solution, please click "Accept Answer" and 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.

    0 comments No comments

0 additional answers

Sort by: Most helpful