Porting code to 2015, Error with generated robot builder code

Sorry for just posting a bunch of threads recently, but with the 2015 season upon us, I have run into some issues.

I set up Eclipse for C++ and have everything setup. So, i tried to create a robot builder project from the Eclipse plugin that launches it for you. I made a basic driveBase project with commands and imported it into Eclipse fine. However, the problem is that the generated code without any changes does not compile. I’ve looked through most of the files and most errors are something like this:

The type ‘Joystick’ must implement the inherited pure virtual method ‘GenericHID::GetRawAxis’

As well as a couple other errors. Is robot builder not up to date with the roboRIO? Are there any other things I should look into when porting code from 2014 to 2015?

Thanks,
Drew

What happens if you re-build the project index as shown in the Rebuilding the Index step here: http://wpilib.screenstepslive.com/s/4485/m/13810/l/145319-creating-your-benchtop-test-program

Thanks so much! I must have missed that step! Good luck for the 2015 season!