You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: