Xcode: If I want to read a bmp image into c++ project, where do I put that bmp image? I already tried putting it directly into the project folder, but the bmp image is not found. What am I doing wrong? How do I add the bmp image in xcode so I can use it?