Currently while I’m on Linux (Ubuntu) my c++ projects refuse to function unless I manually open a terminal and run “make Editor”. If I instead run just “make” I instead get the error: ““make: *** No rule to make target ‘CrashReportClient-Linux-Shipping’, needed by ‘RequiredTools’. Stop.””
Message got mangled by the posting form. What functioned was running “make ProjectNameEditor”.