Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows11 / VS 2022 project files not working #981

Open
dsanjit opened this issue Sep 26, 2023 · 1 comment
Open

Windows11 / VS 2022 project files not working #981

dsanjit opened this issue Sep 26, 2023 · 1 comment

Comments

@dsanjit
Copy link

dsanjit commented Sep 26, 2023

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
@AnyOldName3
Copy link
Contributor

The ALL_BUILD project is hiding in the CMakePredefinedTargets directory.

The Build Solution button/hotkey should no longer make it self-destruct now #989 has been merged.

@robertosfield Looks like it wasn't just me running into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants