I have a project I’ve been working on for quite a while and it is rather large (a few hundred files). Is there an easy way to convert the project from using MSBuild which older versions of VGDB used to CMake? I asked this question a couple of years ago but thought it might be worth asking again.
Sorry, MSBuild and CMake handle the build settings in rather different ways, so there is no automatic conversion between them. Our best advice would be to use the generic import logic and then manually adjust the project settings to match the MSBuild project.