Cannot open source file error

I just got the Unreal tutorials last night and was coding away but now today when I try to use the compiler, it doesn’t have the path to my Triplex.cpp file. The project is in the right F Drive location but the terminal is looking in the C drive. How do I get the terminal (in VSC) to go back to the proper triplex location?

Two options:

  • Open the folder to where you saved it in VS Code, then opening terminals will open in that directory

or

  • Right click the file in VS Code’s explorer and then choose open in terminal.

Privacy & Terms