-
Notifications
You must be signed in to change notification settings - Fork 119
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
No support for Visual Studio 2022? #135
Comments
Up! |
Has anyone been able to use VS 2022 in Plugin-SDK?? |
U can create project in VS 19 and edit, compile with VS2022. |
but I don't understand, I mean, I would have to have both vs 2019 and vs 2022, it would be too heavy, and I only use vs 2022 |
When I try to create the template in vs 2022, it says that it doesn't support it, I don't understand, or using vs 2022 how could I create the template without downloading vs 2019??? |
yes, if you want create project using VS2022 you need to compile pluginSDK and specify lib in projects settings and pass dependicies. |
Like GTA folder, DirectxAPI and others. |
I understand, I mean plugin-sdk can be compiled? |
I don't need the VS2019 build tools?? |
plugin-sdk is a dll library, or is it .lib? |
I do not know exactly, but when i opens a VS2019 PluginSDK project it's just asked for retarget on new version of SDK. |
.lib |
but i use VS2022, i want to create the template using VS2022 not VS2019 |
Or will you have the .lib of plugin-sdk? |
Maybe I can help you do something in VS2022 and it worked for me but it would be necessary to use it while they create the new version of plugin-sdk for VS2022 |
Just get the latest version of premake and use it to generate VS2022 project files |
@GokuModsz Same situaiton, we are forced to install two VS versions to develop plugins. |
Hi, i couldn't install template for visual studio 2022. Could you add support for it too. Helpful for others in future.
The text was updated successfully, but these errors were encountered: