User forums > Using Code::Blocks

Importing existing files under a project

(1/1)

gauravnaik:
hello,

i have some c++ files which i need to import under a single project in code blocks. I can open the files indvidually but i cannot use the features like "find implementaion" etc. i created a new project and replaced the main.cpp with the existing main, but it did not work.

please help.

thanks :)

MortenMacFly:
Setup your project properly.

- create an empty project
- add all files needed to that project
- adjust the compiler / linker include path's and other settings so it compiles
- CC should work.

Navigation

[0] Message Index

Go to full version