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

Unable to launch or generate .sln file in 4.23 #18

Closed
KewTeacher opened this issue Feb 25, 2020 · 3 comments
Closed

Unable to launch or generate .sln file in 4.23 #18

KewTeacher opened this issue Feb 25, 2020 · 3 comments

Comments

@KewTeacher
Copy link

HI, I'm having trouble getting this working in 4.23. When I try to create an .sln 4.23 I get this message

Running C:/Program Files/Epic Games/UE_4.23/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="D:/Git Hub/GASDocumentation/GASDocumentation.uproject" -game -rocket -progress -log="D:\Git Hub\GASDocumentation/Saved/Logs/UnrealVersionSelector-2020.02.25-12.18.01.log"
Discovering modules, targets and source code for project...
While compiling D:\Git Hub\GASDocumentation\Intermediate\Build\BuildRules\GASDocumentationModuleRules.dll:
d:\Git Hub\GASDocumentation\Source\GASDocumentationEditor.Target.cs(11,3) : error CS0103: The name 'DefaultBuildSettings' does not exist in the current context
d:\Git Hub\GASDocumentation\Source\GASDocumentationEditor.Target.cs(11,26) : error CS0103: The name 'BuildSettingsVersion' does not exist in the current context
ERROR: Unable to compile source files.

@tranek
Copy link
Owner

tranek commented Feb 25, 2020

Hi, please use the 4.23 branch https://github.com/tranek/GASDocumentation/tree/4.23

Although do note that the 4.23 branch is behind master in some changes/bug fixes.

If you want to try master, you will probably need to remove the line DefaultBuildSettings = BuildSettingsVersion.V2; from GASDocumentationEditor.Target.cs (a change in 4.24). I don't know if anything else in master will break on 4.23. I'm only supporting the current binary release of UE on the master branch.

@KewTeacher
Copy link
Author

thanks, I just installed 4.24 and it's working fine. thanks so much for this example, I'm teaching high schoolers game dev and have been struggling with the ARPG epic example.

@tranek
Copy link
Owner

tranek commented Feb 25, 2020

You're welcome! We have a healthy little community around GAS in its own text channel on the Unreal Slackers Discord server. It's a good place to go if you have questions.

https://unrealslackers.org/

Also check out my latest FPS/TPS sample project, GASShooter, which shows advanced GAS techniques related to using guns.

https://github.com/tranek/GASShooter

wjh1461 pushed a commit to wjh1461/GASDocumentation that referenced this issue Apr 20, 2023
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