Jake,
I can write code and do all of my assignments just fine, but I feel like I'm missing something
You are. There's a whole world of source control, APIs, design patterns, functional programming, bug tracking systems, configuration management, build scripts, and so on that they never teach in college. I was shocked the first time I encountered these things in the real world.
School will not prepare you to be a programmer out in the real world. Programming IS NOT about rote memorization of syntax, which seems to be what most CS courses have become nowadays. Programming is about problem solving, and unfortunately you can't teach people how to solve problems in a classroom. You only develop this skill by through practice, practice, practice.
When did it all come together?
For me, I was a programming hobbyist for a good 5 years before I started going to school. Afterward, I went to school to get my CS degree for two years, and finally I found a job as an entry-level developer. You'd think 5 years of programming + 2 years of school would mean something, but let me tell you: I sucked when I got that first job.
Sure, I did fine during the technical interview, but I simply sucked at writing code -- at the time I didn't even know the difference between a LEFT and an INNER join, and I had no idea how to write usable APIs in an OO way. I improved 1000x in the first 6 months on the job than I ever learned in all that time as a hobbyist or going to school.