Compiler Warning C4668 - "__has_feature" is not defined as a preprocessor macro
Happening when I build FactoryGame, full build output is attached:
Solution:Jump to solution
Error fixed, do make sure you have all the correct Visual Studio Dependencies installed as FICSIT-Fred mentions above
3 Replies
Automated responses for spikespine (215947554146222080)
exitcode6moreinfoneeded
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
wrong_vs_compiler_version
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
Solution
Error fixed, do make sure you have all the correct Visual Studio Dependencies installed as FICSIT-Fred mentions above