Error during first compilation
So... here i am again. I'm on the step of Project compilation for the setup (https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_project_compilation)
And here the errors i get.
And for the Output (i join the txt file if needed to)
Project Setup :: Satisfactory Modding Documentation
Now that you’ve installed all of the prerequisite software and got a copy of the starter project, it’s time to start setting the...
Solution:Jump to solution
seems like your visual studio compiler may be too new, docs say 14.34 and you have 14.43 according to the logs
10 Replies
Note: the "exit code 6" message which appears in build logs is very vague - it indicates that building C++ failed for some other reason. If you'd like help with this error, make sure that you also share the rest of the build output as described here (or from the Alpakit Log tab if you're getting this at mod package time)
https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_the_command_exited_with_code_6
-# Responding to
exitcode6moreinfoneeded
triggered by @VolanarSolution
seems like your visual studio compiler may be too new, docs say 14.34 and you have 14.43 according to the logs
try running the installer again and selecting the specific compiler, or trying the installer config
https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/dependencies.html#_visual_studio
YEah, i had the right version but in ARM, my bad 😅
Thanks
>add crash Wrong_VS_Compiler_Version
What should the logs match (regex)?
Detected.compiler.newer.than.Visual.Studio
What should the response be?
Check to ensure you have installed the correct Visual Studio dependences as described in the docs: https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/dependencies.html#_visual_studio
Known crash 'wrong_vs_compiler_version' added!