I am not able to get past the following error on Win10. The cl command worked until I installed the Unreal engine. Now I get the following error. Anyone know what I’m missing?
** Visual Studio 2019 Developer Command Prompt v16.1.2
** Copyright © 2019 Microsoft Corporation
d:>cl
Microsoft ® C/C++ Optimizing Compiler Version 19.21.27702.2 for x86
Copyright © Microsoft Corporation. All rights reserved.
usage: cl [ option… ] filename… [ /link linkoption… ]
d:>cl TripleX
Microsoft ® C/C++ Optimizing Compiler Version 19.21.27702.2 for x86
Copyright © Microsoft Corporation. All rights reserved.
cl : Command line warning D9024 : unrecognized source file type ‘TripleX’, object file assumed
Microsoft ® Incremental Linker Version 14.21.27702.2
Copyright © Microsoft Corporation. All rights reserved.
/out:TripleX.exe
TripleX
LINK : fatal error LNK1181: cannot open input file ‘TripleX.obj’