VulkanSceneGraph icon indicating copy to clipboard operation
VulkanSceneGraph copied to clipboard

Windows11 / VS 2022 project files not working

Open dsanjit opened this issue 9 months ago • 1 comments

I generated VS2022 project files using CMAKE GUI. On opening the .sln the All_Build project us missing the sub projects look wrong. On building I get errors (version.h not found etc).

I tried using CMAKE (cmake .. -G "Visual Studio 17 2022" -A x64) from the command line and then opening the .sln and building but get the same errors.

Running cmake --build via the command line workd perfectly though. The vsg.lib and vsgd.lib are built with zero errors.

Screenshot 2023-09-26 173124

dsanjit avatar Sep 26 '23 16:09 dsanjit