There's an error, but I don't know what to do Error number: Unable to open E1696 file source "Console.h"

Asked 2 years ago, Updated 2 years ago, 108 views

Why is it like this?

The console.h file and the Console.cpp file are included in the main source Will it work if I connect it? Do you call this function?

coding

2022-09-22 18:23

2 Answers

Is the source file with the main function and the Console.h and Console.cpp files in the same directory?

#include "someting"

If the target to include is specified as "", it will attempt to retrieve the file from the current project directory.


2022-09-22 18:23

For your information, I am using c language


2022-09-22 18:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.