Well, I am able to use ctrl-enter to move back a good ways behind the flight deck and then turn and see them behind me. But I certainly don't see them looking out the left hand side window from the flight deck.
Yes, the wings are set back from the cockpit slightly, one either side in the traditional manner.

(sorry couldn't resist a bit of Basil Fawlty)
The point was that the wings are there in the VC model and so you should be able to set up one (or two) of those [CameraDefinition.xx] bits in the aircraft.cfg that should make useful wing views for FSX.
Anyway, after spending a few more minutes looking at it, I don't think you even need any interior model to get wing views. You should be able to set it up for any model's exterior.
I've just put this in the 1-11 500 aircraft.cfg, You'd need to adjust it to taste, but it gives reasonable wing views of each side (select views in FSX in the normal way & you should find it)...
[CameraDefinition.0]
Title = "Right Side Window"
Guid = {54F54B8A-3EC2-2D4E-8D10-B8F9D0F16ACC}
Description = View of the right wing from the passenger cabin
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.75
ShowWeather = Yes
InitialXyz = 0, 1.8, -3.5
InitialPbh = 10, 0, 80
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum
[CameraDefinition.1]
Title = "Left Side Window"
Guid = {0ae3f864-da10-4e5a-977c-b9bba47d6f7a}
Description = View of the left wing from the passenger cabin
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.75
ShowWeather = Yes
InitialXyz = 0, 1.8, -3.5
InitialPbh = 10, 0, 280
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum
The bits in red are adjusted to alter X,Y,Z coordinates and the viewing angles.
I don't know what you're supposed to do with the Guids.

These are the same codes as on the default Airbus.
DM