Plot3D requires a function as input. Not an equation. Please see the documentation for Plot3D for examples.
If you want to plot an equation like this, you'll want to use something else like ContourPlot3D:
ContourPlot3D[z == 4 - x, {x, -4, 4}, {y, -4, 4}, {z, -4, 4}]