Im trying to follow along the Unreal Engine Course but I cant perform the first compilation as I get the error ’ c1xx: fatal error C1083: Cannot open source file: ‘triplex.cpp’: No such file or directory ’
I have changed the file directory quite a few times already and it does not work. Please review the picture with the error in it.
When you want to see the changes you made to the code. Because that compiles the file TrippleX.cpp and outputs an executable with the same name.
That is an intermediate file. cl TrippleX.cpp automatically runs the linker. The compiler compiles the file into an object file (.obj) and the linker turns that into an executable.