Before I begin asking my question, I have looked into this error but I haven't been able to have any luck into solving my problem. I believe it should be a simple fix but I haven't quite got it yet.
I am currently running an error (sorta) in my codelite when I begin to run my build for my work. Keep in mind I am running the current version of codelite, which is 12.0.15 and with tdm64-gcc. Whenever I begin to run, all it prints out is a simple "hello world" instead of running a project that I created. I have noticed that whenever I run, It opens a different file instead of the file I originally want it to run.
c:\Users\Name\Documents\cppsample\test\debug\test.exe && pause
This is not running on the file in which I want to run it in whatsoever. So my question is, how can I make codelite run the proper file that I want it to run?