The "Build" button is not applicable

Yining Zhang 1 Reputation point
2021-05-05T14:08:18.16+00:00

Please help! I want to build an application of c++, but there is no Build button in my visual studio, how could I fix it?

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

1 answer

Sort by: Most helpful
  1. Sam of Simple Samples 5,531 Reputation points
    2021-05-05T23:02:34.05+00:00

    I assume you are new to Visual Studio. You do not say what version of VS that you have installed. Assuming you have VS 2019, see:

    The procedure would be very similar for VS 2017 but see Build your first C++ app - Visual Studio Tutorials; it was written for VS 2017.

    0 comments No comments