Hello,
I’m new to c++ development arriving with a c# background and I have a couple of very green starter questions.
- A question on configuring the visual studio environment.
I’ve installed VS2019 and downloaded the c++ development package from Rhino so it’s possible for me to launch visual studio using the c++ Rhino 7 SDK base file. However if I try to compile the file without editing I receive an error stating:
MFC libraries are required for this project. Install them from the Visual Studio installer (Individual Components tab) for any toolsets and architectures being used.
I took a quick look in the VS extensions manager for the library, but nothing jumped out at me. What’s wrong? How do I fix this?
- A question on creating a GUI interface.
I have experience creating WPF applications in c#. I would like to know what the recommendation is for creating a GUI interface using c++ and VS2019. Are there any examples for adding a UWP window or are there any recommendations. An XAML methodology would be.
Many sincere thanks in advance.