# Normally, your compiler line would look something like this: %.o:%.c $(CC) $(QFWPHNCFLAGS) $(CPPFLAGS) -c -o $@ $< # Just pipe the output to avsc.exe and it will allow Visual Studio to # Jump you right to the line where your errors exist %.o:%.c $(CC) $(QFWPHNCFLAGS) $(CPPFLAGS) -c -o $@ $< 2>&1 1>null.txt | avsc.exe