Kinectic programing help?

So what I basically did was that I followed the NI FRC Basic Kinetic Tut. using the original code. it didn’t tell me how to start so I just went to the original Autonomous Independent.vi and erased everything and I began the work. Now I ended up getting this error. http://i174.photobucket.com/albums/w81/Luiz12_2007/MESA%20Shirt/Capture.png
Now I don’t know how to fix it. We’re a rookie team so idk what to do.

I’m a rookie programmer, but I’d like to try and help, so here’s my general advice:

1.) Try to be careful when erasing code for testing. Try to make sure what you’re erasing isn’t essential to the program running correctly.

2.) Make sure that if you’re running it as a robot project the computer is connected to the cRIO.

I’ve never received a “build error” before so this is the best advice I can give for now.

I apologize for the horrible error messages in the application builder – the tool that builds images that go to the cRIO.

The only issue is that your autonomous VI has a syntax error. It could be a small broken wire, a missing input, or two datatypes wired together that don’t convert. To discover the issue, click on the run arrow (it will look broken), and see if that leads you to correct the issue. Otherwise, post those errors and possibly a screenshot and we will get it fixed up.

Greg McKaskle