What am I missing; I believe that I have all of the prerequisites installed??
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Configure a Windows project to use Clang tools
To configure a Visual Studio project to use Clang, right-click on the project node in Solution Explorer and choose Properties. Typically, you should first choose All configurations at the top of the dialog. Then, under General > Platform Toolset, choose LLVM (clang-cl) and then OK.
When I open Solution Explorer and choose Properties, I don't get the above output; instead I get this:
What am I missing; I believe that I have all of the prerequisites installed??
Thanks
I created a WRONG project, this time I created a "Empty Project"; everything was there as expected and I was able to set Clang.
Thanks for the tip; there are SO MANY different choices when creating a project, some of them seemingly very similar (but probably with slight differences) that it is quite challenging to make the correct choice.