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:
seems like your visual studio compiler may be too new, docs say 14.34 and you have 14.43 according to the logs
Jump to solution
10 Replies
FICSIT-Fred
FICSIT-Fred•2w ago
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 @Volanar
Solution
Robb
Robb•2w ago
seems like your visual studio compiler may be too new, docs say 14.34 and you have 14.43 according to the logs
Robb
Robb•2w ago
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
Volanar
VolanarOP•2w ago
YEah, i had the right version but in ARM, my bad 😅 Thanks
Robb
Robb•2w ago
>add crash Wrong_VS_Compiler_Version
FICSIT-Fred
FICSIT-Fred•2w ago
What should the logs match (regex)?
Robb
Robb•2w ago
Detected.compiler.newer.than.Visual.Studio
FICSIT-Fred
FICSIT-Fred•2w ago
What should the response be?
Robb
Robb•2w ago
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
FICSIT-Fred
FICSIT-Fred•2w ago
Known crash 'wrong_vs_compiler_version' added!

Did you find this page helpful?