C++ Fundamentals compiler problem

hey, i need some help. There seems to be a problem when I try compiling. It keeps giving me this message.

i fixed the problem

Good job finding the solution to your problem!

Please how do you fix it , i’m having same problem here

Hi Adeyemo,

Are you using the template project from our Gitlab? Where did you install Raylib?

im having the same issue

Hi Dretti,

I would like to ask you the same question I ask Adeyemo, can you confirm that you’re using our template project and where have you installed Raylib?

It also helps to know what operating system you are using.

error

Where do you have hello.cpp placed in your project?

That error happens when the Makefile and Compiler cannot find your CPP file(s) to be compiled, which are expected to be in the root of your project.

its in the .vscode folder

The .VSCode folder is for settings and configuration files. You’ll want to move your CPP file into the root folder of your project.

what would be the root folder?

i found it thanks

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms