Missing some NETs in pcbnew

I have a schematic that passes ERC, I have assigned all the module footprints. so far so good.

When I import my netlist in to pcbnew all components show but some are completely not connected by any nets.

I can see them in the net file though for example…

(comp (ref VR1)
  (value LM7805)
  (libsource (lib regul) (part LM7805))
  (sheetpath (names "/Power & Clock/") (tstamps /5476F0F4/))
  (tstamp 5476F21A)).....

(net (code 10) (name VPP)   ...(node (ref VR1) (pin VI))

(net (code 24) (name +5V)   ....(node (ref VR1) (pin VO))

Can some one suggest something I might be doing wrong? Thanks

Never mind… This was a combination of wrong footprints and unnumbered pins… Fixed now.