Hello, Recently I'm trying to test how to call DllMaker. I'm not familiar with c++ and how theses .h files in flexsim-dll-maker-17.2 file works. But I still want to try testing how to call DllMaker by following this demo https://nextcloud.flexsim.com/s/aTji7HXwKYBbSGc
When I build solution, I have error messages below:
MSB8020: The build tools for toolset-name (Platform Toolset = 'platform-toolset') cannot be found. To build using the platform-toolset build tools, please install toolset-name build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".
To resolve this issue, upgrade the project to use the current Visual Studio toolset, or use the Visual Studio Installer to install the specified build toolset. For more information, see Modify Visual Studio. Use the Individual components tab in the installer to choose specific platform toolsets.
I have right-click the solution, but couldn't see "Retarget solution". It is because there's no toolset available yet?
How could I upgrade the project to the current Visual Studio toolset? Or what should I install first to fit the Platform toolset: Windows_XP(v120_xp)?
Thank you!