8

Cant find any easy way to compile c++ projects under g++ in visual studio 2019. All I can find are tutorials for Visual Studio Code, not the full Visual Studio.

ShoeMaker
  • 149
  • 1
  • 2
  • 9
  • Did you look at: https://www.instructables.com/id/Compile-Using-GNU-GCC-from-Visual-Studio/ – Robert Andrzejuk Jan 26 '20 at 23:56
  • 2
    Does this answer your question? [How to use GCC with Microsoft Visual Studio?](https://stackoverflow.com/questions/14768073/how-to-use-gcc-with-microsoft-visual-studio) – Robert Andrzejuk Jan 26 '20 at 23:57
  • Highlight **[How to use GCC with Microsoft Visual Studio?](https://stackoverflow.com/questions/14768073/how-to-use-gcc-with-microsoft-visual-studio)** – yu yang Jian Oct 21 '20 at 15:16

1 Answers1

-2

As far as I know, you can add g++ in External Tools.

enter image description here

Suarez Zhou
  • 174
  • 7